OpenGamePanel/Theme-SimpleBootstrap

I think last Firefox version has broken things

Closed this issue · 3 comments

I noticed tonight that one custom HTML page I use for personal stuff does not display the list/select element as it should (it is basically a page with a selectable list with customization like font size and all, when I click on an item in the list the page reloads itself to the the link associated with the item in the list, don't know if it is clear, I can't share this specific page). OK I can live with that, but then I also noticed that in OGP, lists/select do not appear like before, but I can't remember exactly how it was. If you can have a look with Firefox latest version, for example go to game monitor, and look at a stopped game server where you can change items like maps, slots, and so on, look at these lists, and tell me I'm not hallucinating and it is not displaying like before :D. For me it is not the same just by looking at the page, and when you click on it to expand all the elements in the list.

example: https://www.dropbox.com/s/ctsvix5qlsspwr4/Capture%20d%27%C3%A9cran%202017-10-31%2004.02.21.png?dl=0

I think Firefox is not allowing things it allowed before in HTML/CSS (from what I eared, they strictly respect W3C and or other standard).

yes thats because i added a webkit-appearance: none for select elements.
maybe i need to add a small icon onthe right side because it looks like also an iphone completely removes everything.
i call it not a bug, because i wanted that. but maybe i can enhance the inputs.
what do you think?

I don't know personally I like to see when there is a selectable list, that it is a selectable list :D so do as you want.

But I meant that, for my 'bug', that the text in the list is not same size of the active selected element in the list. It seems that it does not inherit the styling of the active selected item, see what I mean? same page in Chrome, it inherits properly the text property in the list. https://www.dropbox.com/s/9kdswieh0ldokhx/Capture%20d%27%C3%A9cran%202017-10-31%2009.37.11.png?dl=0

So I think at same time there was your changes, but also some changes in Firefox that made CSS and or something else not work as intended, like before.

Added an Input Wrapper with an Arrow