Ghost shadow on feature callout arrow when flip=slide makes the arrow disappear (MacOS)
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: aminomancer, Assigned: nsauermann)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
When you move the window so that the callout would bleed off the screen's edge, it either flips or slides so it can stay on screen. When it slides, the arrow is configured to disappear, because sliding it over means the arrow would no longer be pointing to the right element. But when this happens on macOS, there's a spooky echo of the arrow's shadow because the -moz-window-shadow
effect was apparently "locked in" and hiding the arrow does not re-render it. So you still get the same shadow as you had when the arrow was visible. We should do -moz-window-shadow: none
to avoid this issue, and also because we're already applying a shadow anyway. So we're effectively doubling up on shadows on macOS.
Updated•8 months ago
|
Comment 1•8 months ago
|
||
Assignee | ||
Comment 2•8 months ago
|
||
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 5•8 months ago
|
||
Note this only fixes the ghost shadow around the arrow icon but it's still apparent with the container - 1903841 addresses this.
Assignee | ||
Updated•8 months ago
|
Description
•