Closed
Bug 1743082
Opened 4 years ago
Closed 4 years ago
Update dialog focusing steps to only apply focus fixup rule in the modal dialog case
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
RESOLVED
FIXED
97 Branch
People
(Reporter: ntim, Assigned: emilio)
References
Details
Attachments
(3 files)
See https://bugs.webkit.org/show_bug.cgi?id=233514, tests will be added there.
https://github.com/whatwg/html/commit/08b4033db249ea0c63fd35f4e8fa06e85ec20a6f
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Failed in Chrome and Firefox with:
marionette_driver.errors.InvalidArgumentException: Expected 'x' ([object Number] 187.5) to be an Integer
Because of fractional widths. Round to deal with it.
Depends on D134964
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D134965
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66c51665d7bc
Only clear focus for modal dialog. r=sefeng
https://hg.mozilla.org/integration/autoland/rev/d22ac03072b5
While at it, fix inert-node-is-uneditable.html and inert-inlines.html. r=sefeng
https://hg.mozilla.org/integration/autoland/rev/5d0bf84ee0ea
Enable inert attribute on dialog tests to make dialog-focusing-steps-inert.html pass. r=sefeng,smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/32231 for changes under testing/web-platform/tests
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/66c51665d7bc
https://hg.mozilla.org/mozilla-central/rev/d22ac03072b5
https://hg.mozilla.org/mozilla-central/rev/5d0bf84ee0ea
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
Upstream PR merged by moz-wptsync-bot
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•