Bug 24361 - REGRESSION(r41379-TOT): clicking a generated content block does not trigger a click for the node
Summary: REGRESSION(r41379-TOT): clicking a generated content block does not trigger a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 10:41 PST by Timothy Hatcher
Modified: 2009-03-04 11:59 PST (History)
2 users (show)

See Also:


Attachments
Test Case (316 bytes, text/html)
2009-03-04 10:42 PST, Timothy Hatcher
no flags Details
Patch, testcase, changelog (6.13 KB, patch)
2009-03-04 11:50 PST, Simon Fraser (smfr)
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2009-03-04 10:41:52 PST
Clicking a generated content block does not trigger a click for the node it hangs off of. See attached test case.

This has broken some disclosure triangles in the Web Inspector.
Comment 1 Timothy Hatcher 2009-03-04 10:42:09 PST
Created attachment 28274 [details]
Test Case
Comment 2 Simon Fraser (smfr) 2009-03-04 11:28:23 PST
I see the problem.
Comment 3 Simon Fraser (smfr) 2009-03-04 11:50:29 PST
Created attachment 28277 [details]
Patch, testcase, changelog
Comment 4 Dave Hyatt 2009-03-04 11:53:26 PST
Comment on attachment 28277 [details]
Patch, testcase, changelog

r=me
Comment 5 Darin Adler 2009-03-04 11:55:03 PST
Comment on attachment 28277 [details]
Patch, testcase, changelog

We normally use early return for functions like this.
Comment 6 Simon Fraser (smfr) 2009-03-04 11:59:10 PST
http://trac.webkit.org/changeset/41427