Investigate the datepicker panel's focus behavior for a shadow DOM that contains two inputs
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
| Accessibility Severity | s3 |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 1 open bug, )
Details
(Keywords: access)
Attachments
(2 files)
Test and, if needed, fix the case where a shadow DOM contains both a date input and some other input and you move focus to the other input, i.e. using the MDN sandbox to add a new input and move the keyboard focus to that other input to ensure the datepicker panel closes, as expected
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
The current behavior does close the datepicker when a user clicks/focuses the other input within the same shadow DOM, but the date input still blurs when the date picker is opened. The video is attached
| Assignee | ||
Comment 2•3 years ago
|
||
With the bug 1812041 patch applied, the date input remains focused after its picker is opened and it only blurs when the text input (within the same shadow root) is focused. The video is attached
| Assignee | ||
Comment 3•3 years ago
|
||
I think the bug could be closed as WFM without any further work, because no issue has been found after the investigation.
Updated•3 years ago
|
Description
•