Closed
Bug 1214259
Opened 10 years ago
Closed 10 years ago
[e10s] <options>s style="display: none;" does not work
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: rdrgwtrs, Assigned: gw280)
References
()
Details
(Whiteboard: [dupe me])
Attachments
(2 files, 1 obsolete file)
3.26 MB,
image/jpeg
|
Details | |
1.53 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151013004018
Steps to reproduce:
<select>
<option value="1" >Volvo</option>
<option value="3" style="display:none;">Mercedes</option>
<option value="4">Audi</option>
</select>
Actual results:
Mercedes is visible
Expected results:
Mercedes is not visible
Reporter | ||
Updated•10 years ago
|
Summary: style="display: none;" does not work → <options>s style="display: none;" does not work
![]() |
||
Comment 1•10 years ago
|
||
I can reproduce the problem with e10s, but not without e10s.
Status: UNCONFIRMED → NEW
tracking-e10s:
--- → ?
Component: Untriaged → Layout: Form Controls
Ever confirmed: true
Product: Firefox → Core
Summary: <options>s style="display: none;" does not work → [e10s] <options>s style="display: none;" does not work
Updated•10 years ago
|
Assignee: nobody → gwright
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8674396 -
Flags: review?(enndeakin)
Comment 4•10 years ago
|
||
Wouldn't this cause the selection to be incorrect when selecting those items after the hidden one?
Assignee | ||
Comment 5•10 years ago
|
||
Yeah, you're right. I'll prepare a new patch.
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8674396 -
Attachment is obsolete: true
Attachment #8674396 -
Flags: review?(enndeakin)
Attachment #8675695 -
Flags: review?(enndeakin)
Updated•10 years ago
|
Attachment #8675695 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•