bitwiseworks / mozilla-os2

Mozilla for OS/2 and OS/2-based systems
Other
34 stars 9 forks source link

Download notification popup lacks transparency #61

Open dmik opened 10 years ago

dmik commented 10 years ago

As seen on the screen shot, the notification popup appearing when you start a new download lacks transparency around the bubble. My guess is that this popup is internally a separate native PM window (rather a non-native child of the main window) and hence no transparency is possible there in principle. One should check if it can be easily converted to a non-native child, or, if not, change its design to make it rectangular without transparency.

1617343728

dbanet commented 10 years ago

AFAIR transparency never worked with any FF version around these bubbles.

dmik commented 10 years ago

This is pretty much expected as there is no transparency support in PM (it may be added I guess but kind of too much low-level work).

dbanet commented 10 years ago

(it may be added I guess but kind of too much low-level work)

Yes, "too much low-level work" seems to mean "complete rewrite of PM". :(