[wpt-sync] Sync PR 49928 - Prevent closing with tab when in dialog mode
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49928 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49928
Details from upstream follow.
Ana Sollano Kim <ansollan@microsoft.com> wrote:
Prevent closing with tab when in dialog mode
For customizable select in dialog mode, tab should be used to navigate within the picker and not to close the picker. Tests are added to validate behavior. Note: failure in Mac is slightly different to Linux and Windows, so I had to add that entry to the TestExpectations file.
Bug: 374908738
Change-Id: I0eec89e0d85b2b4d7cb33192b07ea9c2ef43081eReviewed-on: https://chromium-review.googlesource.com/6143233
WPT-Export-Revision: f2a4cd40af7e7d9088cdf06fb2df0afb8fcfa729
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 2•1 month ago
|
||
Assignee | ||
Comment 3•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
OK
: 1
FAIL
: 2
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-dialog-mode-focus.tentative.html [wpt.fyi]
- In dialog mode the first focusable element should get focus.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - In dialog mode tab should not close the picker.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- In dialog mode the first focusable element should get focus.:
https://hg.mozilla.org/mozilla-central/rev/264683ab0f93
https://hg.mozilla.org/mozilla-central/rev/f4dfd031ee0d
Description
•