Bottom rounded corners on macOS application window are boxy
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
People
(Reporter: ato, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
As can be seen from the attached screenshot, WebRender causes the
normally-rounded application corners on macOS to be boxy. It looks
like it tries to make the corners rounded, but the background
inherits the document’s background colour.
| Reporter | ||
Comment 2•6 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #1)
Is there a particular page that show this?
To me it is consistent across all documents. Sorry I wasn’t specific
about that earlier.
IIRC there was an attempt in WebRender to fix this? If so, this
may be a regression. In any case let me know if I can provide any
further information.
Comment 3•6 years ago
|
||
Here's what https://border-radius.com/ looks like for me on Mac. It looks correct to me. How does it look for you?
| Reporter | ||
Comment 4•6 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #3)
Here's what https://border-radius.com/ looks like for me on
Mac. It looks correct to me. How does it look for you?
Yes, I’m seeing the same as you with regards to
border-radius: 10px.
The problem is however not with CSS border-radius, but with
the bottom rounded corners of the application window
(i.e. ChromeWindow). I’m attaching another screenshot that
hopefully helps to illustrate this.
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Comment 5•6 years ago
|
||
If we zoom in very closely at the corner, it looks like there’s an
attempt at rounding the corner but that the background is not
transparent and instead inherits the same colour as the web document
background-color?
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Dupe of bug #1375298 I guess.
| Reporter | ||
Updated•6 years ago
|
Description
•