RESOLVED INVALID 21872
Baidu ditu zoom window is not tranparent
https://bugs.webkit.org/show_bug.cgi?id=21872
Summary Baidu ditu zoom window is not tranparent
Anantha Keesara
Reported 2008-10-24 15:09:18 PDT
I Steps: Go to http://map.baidu.com search a city name, the little zoom window at right-bottom corner should display and shadowed rect in it, but in Chrome and Safari, it is not transparent. II Issue: -moz-opacity: 0.2; filter:alpha(opacity=20); Above style doesn't seems to be working on Chrome/Opera/Safari. III Other Browsers: IE7: ok FF3: ok IV Nightly tested: 37819
Attachments
reduction.zip (8.88 KB, application/octet-stream)
2008-10-24 15:09 PDT, Anantha Keesara
no flags
Anantha Keesara
Comment 1 2008-10-24 15:09:20 PDT
Created attachment 24655 [details] reduction.zip
Tab Atkins
Comment 2 2011-11-15 16:43:56 PST
-moz-opacity is a Mozilla-specific property. That particular filter syntax is Microsoft-specific. Thus, neither one should work on WebKit. They should be using the 'opacity' property, which works in all the modern browsers. Thus, I'm marking this bug as INVALID.
Note You need to log in before you can comment on or make changes to this bug.