Closed
Bug 1308124
Opened 9 years ago
Closed 9 years ago
css styles not applied to option elements of select when multi-process is enabled
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 910022
People
(Reporter: u581154, Unassigned)
Details
Attachments
(1 file)
|
3.55 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160922113459
Steps to reproduce:
1. make sure multi-process is enabled
2. load jsfiddle: http://jsfiddle.net/ubm6vd3r/
3. run the example
Note: the jsfiddle is an example I randomly selected to demonstrate the problem.
Actual results:
the css style for the dropdown list option elements is not applied, i.e. the background-color in this example remains default.
Expected results:
the background-color should match the css style.
Works fine if multi-process is disabled. Please see attached screenshot. Firefox version is 49.0.1 on Windows. Also applies to Firefox 49.0 on macOS.
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•