Closed
Bug 733018
Opened 14 years ago
Closed 5 years ago
stacking order is incorrect when using an applet or a Flash application in wmode=window, and opacity in other elements
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: julienw, Unassigned)
References
Details
Attachments
(1 file)
|
12.03 KB,
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
Build ID: 20120215222917
Steps to reproduce:
I try to layout some elements on top of an applet.
It seems correct until I use opacity (or rgba, or border-radius) on these elements.
You can have a look to this minimal testcase : http://chatillon.everlong.org/~flash/applet/test-opacity-applet.html
And you can compare on the very same file using an iframe instead of an applet (and which is correct): http://chatillon.everlong.org/~flash/applet/test-opacity-iframe.html
| Reporter | ||
Comment 1•14 years ago
|
||
Please note that this is correct in Opera, but not in Google Chrome (which has a different wrong behaviour).
| Reporter | ||
Comment 2•14 years ago
|
||
BTW could someone create a testcase with a Flash object instead of a Java applet ?
Comment 3•14 years ago
|
||
| Reporter | ||
Comment 4•14 years ago
|
||
Thanks !
So that's exactly the same for wmode window (which is the default value IIRC). I'd sort of expected this :)
| Reporter | ||
Updated•14 years ago
|
Summary: stacking order is incorrect when using an applet and opacity in other elements → stacking order is incorrect when using an applet or a Flash application in wmode=window, and opacity in other elements
Updated•10 years ago
|
OS: Linux → All
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
status-firefox44:
--- → wontfix
status-firefox45:
--- → wontfix
status-firefox46:
--- → affected
status-firefox47:
--- → ?
status-firefox-esr38:
--- → wontfix
status-firefox-esr45:
--- → ?
Ever confirmed: true
Comment 7•5 years ago
|
||
We're in the process of removing support for plugins (bug 1677160) and bug 1687239 has removed the relevant Layout code, so this bug is irrelevant now.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•