Closed Bug 1458355 Opened 6 years ago Closed 6 years ago

last versions don't work with css style: select { font-size:16px; }

Categories

(Firefox :: Untriaged, defect)

59 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1375476

People

(Reporter: edecorvet, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170926190823

Steps to reproduce:

<style type='text/css'>
select {
	font-size:16px;
}
</style>



Actual results:

Only the first option line of the selector have a font-size of 16px.



Expected results:

All the selector's option lines must have a font-size of 16px!

if i try to change an selector's option style only background-color work
With Firefox version 56 all worked good.
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180503220110

Hello,

I have managed to reproduce this issue on latest Firefox release 59.0.3, latest Nightly build 61.0a1, using Windows 10 x64, Mac 10.13.3 and Ubuntu 14.04 x64.
I have opened a .html file and only the first line from the selector respected the set font size.

However, this issue is no longer reproducible if you disable e10s by setting the "browser.tabs.remote.autostart" pref to "false".
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.