Open
Bug 1865435
Opened 2 years ago
Updated 2 years ago
Pause Debugger overlay not hidden when using eye dropper
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
NEW
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 Inspector, they stay there when using the eye dropper tool to pick a color.
Both needs to be hidden as long as the eye dropper tool is active to allow picking a color.
Sebastian
| Reporter | ||
Comment 1•2 years ago
|
||
STR:
- On this page, open the Debugger
- Pause the script execution (e.g. by clicking the Pause button or pressing F8 and focusing the page)
- Switch to the Inspector
- Click the eye dropper button
- Hover the page
⇒ The overlay is still displayed, so you can't pick a color from the page.
Sebastian
| Reporter | ||
Updated•2 years ago
|
Has STR: --- → yes
Comment 2•2 years ago
|
||
:sebo, if you think that's a regression, could you try to find a regression range using for example mozregression?
| Reporter | ||
Comment 3•2 years ago
|
||
I don't think it's a regression. I tried versions back until Firefox 70, which showed the same issue.
Sebastian
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•