Closed
Bug 1499571
Opened 2 years ago
Closed 2 years ago
HTMLOptionsCollection::Remove shouldn't remove the first element of the collection if out of bounds.
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
HTMLOptionsCollection::Remove shouldn't remove the first element of the collection if out of bounds.
46 bytes,
text/x-phabricator-request
|
Details | Review |
Tested by: html/semantics/forms/the-select-element/select-remove.html
Assignee | ||
Comment 1•2 years ago
|
||
Make it just forward to HTMLSelectElement::Remove like other browsers.
Pushed by emilio@crisal.io: https://hg.mozilla.org/integration/autoland/rev/d7a0a0e0173e HTMLOptionsCollection::Remove shouldn't remove the first element of the collection if out of bounds. r=bzbarsky
Comment 3•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d7a0a0e0173e
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•2 years ago
|
Assignee: nobody → emilio
Updated•2 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•