Bug 50897
Summary: | wrong z-Index for video element in combination of 3D transformed DIV | ||
---|---|---|---|
Product: | WebKit | Reporter: | mausz |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bfulgham, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
URL: | http://test100.flyingdog.de/test/3dtest.html |
mausz
In the example the video is always on top despite a lower z-index. this problem appears only by using a a -webkit-transform: perspective(..) rotateX(...); on the other div which should be on top of video.
these combinations are working (same code with little modification):
* http://test100.flyingdog.de/test/3dtest2.html - 3D transform of a DIV on top of an image
* http://test100.flyingdog.de/test/3dtest3.html - no 3D transformation on top of a video
tested on r73490 and Safari 5.0.3.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
The test server does not seem active anymore. We can't take further action on this bug.