Fix "chosen" select box rendering in Firefox#1486
Conversation
Select boxes enriched with jquery-chosen are not properly rendered in Firefox: The dropdown is permanently visible (albeit initially empty), even if the select box is closed. The issue seems to be caused by custom CSS rules which date back to a time when the plugin worked differently.
|
Screenshots? |
|
And this will continue to work on Chrome? |
Yes. So far I've tested Firefox, Chrome and Chromium. Generally I'd assume that the jquery-chosen plugin has pretty good browser compatibility by default. Can you recall what prompted the addition of those custom rules back in 2015? |
|
I suppose you ran git blame and found commits for those changes (why not share them?). your guess is as good as mine. I only know I'm not a CSS guru, so the CSS was likely provided by somebody else the
|
Neither am I. I only saw that the jQuery Chosen demo page works flawlessly in all my browsers, so I disabled Eventum's custom CSS rules one by one until it looked fine there as well. The Chosen plugin was upgraded from 1.2.0 to 1.8.7 in #812, so my best guess is that whatever the rules were supposed to fix has also been addressed in the original project by now. |

Select boxes enriched with jquery-chosen are not properly rendered in Firefox: The dropdown is permanently visible (albeit initially empty), even if the select box is closed.
The issue seems to be caused by custom CSS rules which date back to a time when the plugin worked differently.