RESOLVED FIXED 24433
Hit-testing with backface-visibility: hidden is broken sometimes
https://bugs.webkit.org/show_bug.cgi?id=24433
Summary Hit-testing with backface-visibility: hidden is broken sometimes
Simon Fraser (smfr)
Reported 2009-03-06 14:18:02 PST
The hit-testing code does the backface-visibility test only when the layer has a transform. This means that an element with backface-visibility:hidden, but no tranform, inside an element which has a rotateY(180deg) will still hit test.
Attachments
Patch, testcase, changelog (7.43 KB, patch)
2009-03-06 15:02 PST, Simon Fraser (smfr)
hyatt: review+
Simon Fraser (smfr)
Comment 1 2009-03-06 15:02:10 PST
Created attachment 28373 [details] Patch, testcase, changelog
Dave Hyatt
Comment 2 2009-03-09 09:50:18 PDT
Comment on attachment 28373 [details] Patch, testcase, changelog r=me
Simon Fraser (smfr)
Comment 3 2009-03-09 10:02:07 PDT
Note You need to log in before you can comment on or make changes to this bug.