font-family css not used during select
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: lotharbongartz, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Steps to reproduce:
I use following css for a select tag:
font-family: FontAwesome,Roboto,Arial;
Actual results:
Everything works as expected after I have chosen an option: FontAwesome characters use the correct font-family.
However, during selection, the option elements ignore the font-family, showing garbage.
Expected results:
The font-family css should work during selection as well.
BTW: When trying to make a screenshot with Firefox crtl+shift+s, error dialogs came up, saying "Wow.. Firefox... went haywire..."
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•3 years ago
|
||
This is bug 1576820 and it's sorta hard to fix because we render the select popup in a different process...
Description
•