Pause Debugger overlay not hidden when using element picker of Accessiblity Tools
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
People
(Reporter: sebo, Unassigned)
References
(Blocks 1 open bug)
Details
When the script execution is stopped, the page displays a Debugger overlay with a backdrop.
While that overlay and backdrop are removed while using the element picker of the Page Inspector, they stay there when using the picker of the Accessibility Inspector
Both needs to be hidden as long as the element picker is active, so you can actually pick an element.
Sebastian
Comment 1•1 year ago
|
||
:sebo, if you think that's a regression, could you try to find a regression range using for example mozregression?
Reporter | ||
Comment 2•1 year ago
|
||
I don't think it's a regression. I tried versions back until Firefox 70, which showed the same issue.
Sebastian
Comment 3•1 year ago
|
||
Thanks for reporting sebo, we can reproduce the issue.
We already have some mechanism to hide the overlay when using the inspector node picker, and we should do the same with the accessibility one.
Description
•