Open
Bug 1862929
Opened 1 year ago
Updated 1 year ago
Selecting an XHR Breakpoint method shouldn't move the focus back to the text input
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Accessibility Severity:s3)
NEW
Accessibility Severity | s3 |
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Steps to reproduce
- Open the debugger
- Click the
+
icon in the XHR Breakpoints panel header - Using the keyboard, focus the
<select>
and chosePOST
Expected results
The select closes and the focus stays on it
Actual results
The focus goes back to the input
The behavior is a bit weird, not sure if this was wanted or if it's an oversight.
On OSX it's mostly fine as hitting Up/Down will expand the select, but on Windows and Linux, the arrow key let you "browse" through the select entries without opening the popup, and so here in our case, each time you'll hit the Up/Down, the focus would move back to the text input
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P2
Updated•1 year ago
|
Blocks: dbg-breakpoint
OS: Unspecified → Windows
You need to log in
before you can comment on or make changes to this bug.
Description
•