Bubble shadows don't get drawn correctly when enabling transparency
Bug #433423 reported by
Steve Dodier-Lazaro
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
notify-osd (Ubuntu) |
Confirmed
|
Low
|
Mirco Müller |
Bug Description
When (XFCE compositor's) transparency is enabled while a bubble is displayed, the bubble is circled by plain black in the whole rectangle where it's drawn, instead of the expected shadow. It looks like the opacity of the shadow isn't currently set in this scheme.
The attached screenshot comes from 0.9.18 but the problem occurs in bzr trunk as well.
Changed in notify-osd: | |
importance: | Undecided → Low |
assignee: | nobody → Mirco Müller (macslow) |
milestone: | none → ubuntu-9.10 |
status: | New → Confirmed |
Changed in notify-osd: | |
milestone: | ubuntu-9.12 → none |
affects: | notify-osd → notify-osd (Ubuntu) |
To post a comment you must log in.
This looks like a race-condition happening when the composited_ changed_ handler( ) is called. This occurs only sometimes... very hard to track down.