[Nova] When Firefox shows a dialog box, the semitransparent overlay behind it doesn't cover the page corners
Categories
(Toolkit :: Content Prompts, defect)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
STR:
- Load attached testcase and click the button. (Or alternately, Ctrl+P to bring up a print-preview dialog on any page.)
- Look at all 4 corners of your viewport. Is the page background-color properly darkened (like the rest of the viewport) in all of those spots?
ACTUAL RESULTS:
Some corners are not darkened. The semi-transparent overlay that attempts to darken the full viewport has rounded corners at all 4 corners.
Whereas the actual viewport (the thing it's trying to cover) has some square corners (maybe a few, or maybe all of them, depending on whether your window is maximized; and whether the compact sidebar is showing or hidden; and probably more factors)
EXPECTED RESULTS:
Semi-transparent overlay should cover all of the corners of the viewport.
Comment 1•27 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Printing: Output' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Reporter | ||
Comment 2•27 days ago
|
||
Here's a screenshot. Note the top-left and top-right corners of the viewport are square, so the rounded corners on the overlay let the color shine through.
Even the bottom corners have a sliver that shines through, despite the corners being rounded.
| Reporter | ||
Comment 3•27 days ago
|
||
(In reply to BugBot [:suhaib / :marco] from comment #1)
The Bugbug bot thinks this bug should belong to the 'Core::Printing: Output' component
Nope. Printing is one type of dialog that triggers this, but it also affects alert and other dialogs.
Let's put this in Toolkit::Content Prompts; hopefully that's the right spot, or at least closer.
| Reporter | ||
Comment 4•27 days ago
•
|
||
Here's a screenshot of a maximized window. As you can see, all 4 corners of the viewport are "square" in a maximized window, and yet the overlay has rounded corners, so some of the page background shines through in each corner.
| Reporter | ||
Updated•27 days ago
|
Comment 5•22 days ago
|
||
Thank you for the report, I believe this is describing the same issue as bug 2049273.
| Reporter | ||
Comment 6•22 days ago
|
||
Yup, that bug's patch fixes the issue for me. I filed bug 2062447 on one remaining issue.
Description
•