Open
Bug 1418592
Opened 6 years ago
Updated 1 year ago
[e10s] HTML <option> in <select> not rendering correctly after Firefox 57 upgrade
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
NEW
People
(Reporter: jean.rigole.1, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 Build ID: 20171024165158 Steps to reproduce: Upgrage to 57 Actual results: I develop and distribute a software to clients for self-administering their e-commerce web site. So far, I noticed that firefox 57 upgrade downgraded the rendering of <select> drop-down. See file attachment for details. Expected results: I need to fix this problem for my clients asap. Thanks.
Updated•6 years ago
|
Component: Untriaged → Layout: Form Controls
Keywords: regression,
regressionwindow-wanted
Product: Firefox → Core
Comment 1•6 years ago
|
||
Can you please either attach a testcase (html) or provide an URL for testing ?
Flags: needinfo?(jean.rigole.1)
Reporter | ||
Comment 2•6 years ago
|
||
Hi, here's the test case you asked for. Regards.
Flags: needinfo?(jean.rigole.1)
![]() |
||
Updated•6 years ago
|
Blocks: e10s-select-styling
status-firefox57:
--- → affected
status-firefox58:
--- → affected
status-firefox59:
--- → affected
status-firefox-esr52:
--- → ?
![]() |
||
Comment 3•6 years ago
|
||
disabling e10s fixes the problem.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regressionwindow-wanted
Summary: HTML <option> in <select> not rendering correctly after Firefox 57 upgrade → [e10s] HTML <option> in <select> not rendering correctly after Firefox 57 upgrade
Reporter | ||
Comment 4•6 years ago
|
||
Sounds good but I have no idea what e10s stands for ! So far I reinstalled FF56 and disabled automatic update. Waiting for more details from you guys. Regards.
Seems like this select option styling issue gets fixed for a while after many complaints but keeps rearing its ugly head in later versions. Here's a fiddle to demonstrate the issue (try on IE or Chrome to see intended result): https://jsfiddle.net/ra6vyv0h/
Reporter | ||
Comment 6•6 years ago
|
||
Thanks for the details. Do you have any plan to fix this issue in FF58 ?
![]() |
||
Comment 7•6 years ago
|
||
This is e10s related, long standing issue where we don't allow styling of form controls.
status-firefox57:
affected → ---
status-firefox58:
affected → ---
status-firefox59:
affected → ---
status-firefox-esr52:
? → ---
Reporter | ||
Comment 9•6 years ago
|
||
@Jim Mathies What is funny in the "long standing issue" is that I'm currently running FF56.0.2 (64-bit) and all is working fine (see the code, mark-up & screenshots in my first pdf attachment) in styling <option>. In short, FF was ahead of the competition for styling <select> <option> as it was the only one able to display images with background-image: url(). Concerning styling font-size in <option> for instance, FF56 do it very well, as well as Chrome, Edge... are still doing it. To be factual, FF57 is now behind the competition for drop-down lists as it only renders a ridiculous tiny font size, unreadable for some users. What a pity! As I optimized my software for FF, I've now 3 clients (just the beginning) complaining for the loss of their products images in the drop-down lists. With tiny font on top of that, I've no other choice to recommend to use an other browser until the problem is fixed. And believe me, this is what I wanted to avoid as I've never fully tested my apps on all browsers. I would greatly appreciate you submit the issue to development, I'm sure they can sort it out. Regards.
Comment 10•6 years ago
|
||
(In reply to jean.rigole.1 from comment #9) > @Jim Mathies > What is funny in the "long standing issue" is that I'm currently running > FF56.0.2 (64-bit) and all is working fine Why is that funny ? Your FF56 doesn't seem to have e10s enabled while it's enabled on all FF57 installations. e10s = multi process Firefox
Reporter | ||
Comment 11•6 years ago
|
||
Ok, you're all talking about e10s as if it was an evidence for FF users. May I remind you I'm not a Mozilla employee and ignored the existence of e10s till it broke my apps drop-down when upgrading 5 days ago. As you didn't answered to my question, do you mean multi process Firefox cannot handle styling <option> (except color and background as I discovered today) and that's it ?
Updated•6 years ago
|
Priority: -- → P1
Updated•6 years ago
|
Priority: P1 → P3
Reporter | ||
Comment 12•6 years ago
|
||
Good to see someone is looking for a solution. I will upgrade to FF57+ as soon as it'll be fixed. Thanks for keeping me posted.
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•