Closed
Bug 2008003
Opened 3 days ago
Closed 19 hours ago
<hr> doesn't work inside <select multiple="yes">
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
RESOLVED
FIXED
148 Branch
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: roman.deev06, Assigned: emilio)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
Steps to reproduce:
<html>
<style>
option {
background: orange;
}
</style>
<body>
<select multiple="yes">
<option>First option</option>
<option><hr> should be after this option</option>
<hr>
<option>Third option</option>
</select>
</body>
</html>
Demo: https://deevroman.github.io/hr-inside-multiselect-firefox-bug
Attached is a screenshot of this page in Firefox, Chrome, and Safari
Actual results:
Firefox doesn't display the <hr> element
Expected results:
Firefox displays <hr> inside <select multiple="yes">
Comment 1•3 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
| Assignee | ||
Comment 2•2 days ago
|
||
Single select deals with it in:
This seems to render just fine as-is. I'll add a WPT reftest if there's
none.
Updated•2 days ago
|
Assignee: nobody → emilio
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ee505ef1c468
https://hg.mozilla.org/integration/autoland/rev/f4f7358b2c00
Don't suppress <hr> in select. r=layout-reviewers,dholbert
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/56954 for changes under testing/web-platform/tests
| Assignee | ||
Updated•1 day ago
|
Severity: -- → S3
Priority: -- → P3
Comment 5•19 hours ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 19 hours ago
status-firefox148:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 148 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•