Closed
Bug 1191820
Opened 10 years ago
Closed 10 years ago
[e10s] optgroup items sometimes not displayed properly
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: mconley, Assigned: enndeakin)
Details
Attachments
(2 files)
|
637 bytes,
application/xhtml+xml
|
Details | |
|
4.40 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
STR:
1) Visit the attached HTML file
2) Click on the select dropdown
ER:
Should display:
Default
------------------------------
Groups
Group 1
Group 2
AR:
Displays:
Default
------------------------------
Groups
| Reporter | ||
Comment 1•10 years ago
|
||
I should point out that this is e10s only.
Comment 2•10 years ago
|
||
Also notice, if you select "Groups" the select button displays "Group 1" and Groups is checked. You can't even select "Groups" in non-e10s.
| Assignee | ||
Comment 3•10 years ago
|
||
I see what is wrong here. It is a simple fix.
Updated•10 years ago
|
Assignee: nobody → enndeakin
| Assignee | ||
Comment 4•10 years ago
|
||
HTML nodes return their tag name in lowercase.
| Assignee | ||
Updated•10 years ago
|
Points: --- → 1
| Assignee | ||
Updated•10 years ago
|
Attachment #8644459 -
Flags: review?(felipc)
Updated•10 years ago
|
Attachment #8644459 -
Flags: review?(felipc) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
url: https://hg.mozilla.org/integration/mozilla-inbound/rev/5dffd92d792de2ab1c2fef316b3eae2dccf253ef
changeset: 5dffd92d792de2ab1c2fef316b3eae2dccf253ef
user: Neil Deakin <neil@mozilla.com>
date: Mon Aug 10 08:31:37 2015 -0400
description:
Bug 1191820, handle case of optgroup tag properly so that options appear properly, r=felipe
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•