Closed Bug 1421898 Opened 7 years ago Closed 7 years ago

CSS for <option> elements still not works in multi-process mode

Categories

(Firefox :: Untriaged, defect)

57 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1338283

People

(Reporter: lerotepi, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171128222554

Steps to reproduce:

I have some CSS styles (font-color, background etc) for option elements.

In multiprocess mode (browser.tabs.remote.autostart is true) these styles are not applied. When I disables multiprocess mode (browser.tabs.remote.autostart false), all my CSS styles work fine.

Both found on:
Firefox ESR 52.5.0
Firefox 57

In Firefox 57 for Windows, some CSS styles (font color) work, but background no. In Firefox 57 for Linux (CentOS 7 64-bit) both font color and background don't work.

Bug 910022 (current status FIXED) says that this was fixed in Firefox 54, but in my Firefox 57 this bug still present.
Duplicate of bug 1338283. See bug 1338283 comment 8 onwards in particular.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Hi lerotepi,

I'm working on Bug 1421229. In this bug, I tend to implement that render dropdown menu in content process. That will allow <option> to be styled again.
You need to log in before you can comment on or make changes to this bug.