RESOLVED WORKSFORME 23729
reflections don't obey z-index
https://bugs.webkit.org/show_bug.cgi?id=23729
Summary reflections don't obey z-index
Carlos Fonseca
Reported 2009-02-04 08:02:32 PST
-webkit-box-reflect: brings an image to the front, even if it has a lower z-index than other elements.
Attachments
simple test case (838 bytes, text/html)
2009-02-04 08:03 PST, Carlos Fonseca
no flags
Carlos Fonseca
Comment 1 2009-02-04 08:03:58 PST
Created attachment 27314 [details] simple test case simple test case made to illustrate the problem
Carlos Fonseca
Comment 2 2009-02-04 08:05:04 PST
this happens on version 530.0+
Mark Rowe (bdash)
Comment 3 2009-02-06 16:51:22 PST
Mihnea Ovidenie
Comment 4 2011-05-09 02:45:16 PDT
(In reply to comment #2) > this happens on version 530.0+ Hi, From this sample i can see that the elements have static position. The CSS spec says that z-index works with positioned elements (those elements that have position: absolute|fixed). In this sample, if one specifies absolute positioning, then WebKit behaves correctly (i have tried with nightly 86041 on Mac). In my opinion, this is not a bug. Regards, Mihnea
Carlos Fonseca
Comment 5 2011-05-09 03:59:17 PDT
Ok
Simon Fraser (smfr)
Comment 6 2011-05-09 08:29:50 PDT
-webkit-box-reflect cause an element to become a stacking context, so this is correct behavior.
Note You need to log in before you can comment on or make changes to this bug.