Closed
Bug 1936940
Opened 1 year ago
Closed 1 year ago
Implementation bug for dialog light dismiss behavior
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: masonf, Assigned: keithamus)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Steps to reproduce:
This is an implementation bug for the new light dismiss behaviors (including closedby attribute and dialog.requestclose()) proposed here:
Comment 1•1 year ago
|
||
(please move if there is a better component)
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mozilla
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Attachment #9461655 -
Attachment description: WIP: Bug 1936940 - Implement dialog light dismiss r?#dom-core → Bug 1936940 - Implement dialog light dismiss r?#dom-core
Updated•1 year ago
|
Attachment #9461655 -
Attachment description: Bug 1936940 - Implement dialog light dismiss r?#dom-core → WIP: Bug 1936940 - Implement dialog light dismiss r?#dom-core
Updated•1 year ago
|
Attachment #9461655 -
Attachment description: WIP: Bug 1936940 - Implement dialog light dismiss r?#dom-core → Bug 1936940 - Implement dialog light dismiss r?#dom-core
Updated•1 year ago
|
Attachment #9461655 -
Attachment description: Bug 1936940 - Implement dialog light dismiss r?#dom-core → WIP: Bug 1936940 - Implement dialog light dismiss r?#dom-core
Updated•1 year ago
|
Attachment #9461655 -
Attachment description: WIP: Bug 1936940 - Implement dialog light dismiss r?#dom-core → Bug 1936940 - Implement dialog light dismiss r?#dom-core
Pushed by mozilla@keithcirkel.co.uk:
https://hg.mozilla.org/integration/autoland/rev/307ff391dd02
Implement dialog light dismiss r=webidl,emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/52263 for changes under testing/web-platform/tests
Backed out for causing wpt failures @ dialog-closedby.html
Flags: needinfo?(mozilla)
Upstream PR was closed without merging
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(mozilla)
Pushed by mozilla@keithcirkel.co.uk:
https://hg.mozilla.org/integration/autoland/rev/b5ea16162b91
Implement dialog light dismiss r=webidl,emilio
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/4b24cb4c73de
Revert "Bug 1936940 - Implement dialog light dismiss r=webidl,emilio" for failing two html/semantics/interactive-elements/the-dialog-element/ tests
Comment 9•1 year ago
|
||
Backed out for failing two html/semantics/interactive-elements/the-dialog-element/ tests:
https://hg.mozilla.org/integration/autoland/rev/4b24cb4c73de071263079dd4923d58dc7daf0247
Push with failures
Failure log
TEST-UNEXPECTED-FAIL | /html/semantics/interactive-elements/the-dialog-element/dialog-closedby.html | assertion count 2 is more than expected 0 assertions
TEST-UNEXPECTED-FAIL | /html/semantics/interactive-elements/the-dialog-element/dialog-requestclose.html | assertion count 46 is more than expected 0 assertions
Flags: needinfo?(mozilla)
| Assignee | ||
Comment 10•1 year ago
|
||
Thanks, looks like I hit some rebase errors or something, as some intentional lines got removed. Third time lucky!
Flags: needinfo?(mozilla)
Comment 11•1 year ago
|
||
Pushed by mozilla@keithcirkel.co.uk:
https://hg.mozilla.org/integration/autoland/rev/b8e3c757908e
Implement dialog light dismiss r=webidl,emilio
Upstream PR merged by moz-wptsync-bot
Comment 13•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/52303 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
Updated•11 months ago
|
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•