Screenshot tool does not work while a modal <dialog> is open
Categories
(Firefox :: Screenshots, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | affected |
People
(Reporter: adrian, Unassigned)
References
Details
(Whiteboard: [screenshots-extension])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0
Steps to reproduce:
- Go to a page that uses a
<dialog>for modal dialogs. https://wiki.selfhtml.org/extensions/Selfhtml/example.php/Beispiel:HTML-dialog-Element.html does the job. - Open the modal
- Open the sceenshot tool (ctrl+shift+s or via menu) and try to select an area
Actual results:
The screenshot UI is behind the dialog's backdrop. In fact, after closing the dialog I can use it just fine
Expected results:
The screenshot UI should be in front of the dialog and backdrop, so I can take a screenshot of the dialog's contents (with or without parts of the backdrop).
Comment 1•2 years ago
|
||
I was able to reproduce the issue on Win10x64/Ubuntu 20.04 using FF build 117.0(20230821145345).
Marking issue as new.
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:sfoster, could you have a look please?
For more information, please visit BugBot documentation.
Comment 3•2 years ago
|
||
I can confirm this is broken using the default/extension implementation, and fixed with the new implementation (set pref screenshots.browser.component.enabled to true in about:config).
Updated•2 years ago
|
Comment 4•1 year ago
|
||
This is fixed in the screenshots component. We enabled the component in bug 1870127
Description
•