Bug 24328 - Don't hit-test the backside of elements with backface-visibility: hidden
Summary: Don't hit-test the backside of elements with backface-visibility: hidden
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks: 23359
  Show dependency treegraph
 
Reported: 2009-03-03 10:13 PST by Simon Fraser (smfr)
Modified: 2009-03-04 18:36 PST (History)
0 users

See Also:


Attachments
Patch, changelog (2.37 KB, patch)
2009-03-04 15:49 PST, Simon Fraser (smfr)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-03-03 10:13:47 PST
Elements with backface-visibility: hidden should not hit test on their back faces.
Comment 1 Simon Fraser (smfr) 2009-03-04 15:49:06 PST
Created attachment 28290 [details]
Patch, changelog
Comment 2 Eric Seidel (no email) 2009-03-04 17:22:17 PST
Comment on attachment 28290 [details]
Patch, changelog

The change looks fine, but it would be good to have some layout test. You said you'd add some over IRC, so I guess I'll r- this patch in expectation of one with tests!
Comment 3 Simon Fraser (smfr) 2009-03-04 18:13:06 PST
Testcase added in r41440
Comment 4 Eric Seidel (no email) 2009-03-04 18:15:10 PST
Comment on attachment 28290 [details]
Patch, changelog

Looks fine with http://trac.webkit.org/browser/trunk/LayoutTests/transforms/3d/hit-testing/backface-hit-test.html?rev=41440 as the test case.  Please mention the test case in the ChangeLog
Comment 5 Simon Fraser (smfr) 2009-03-04 18:36:33 PST
http://trac.webkit.org/changeset/41441