[Webkit-unassigned] [Bug 16483] SVG should allow clicks to "fall through" to XHTML content when transparent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 16:24:43 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16483





------- Comment #3 from eric at webkit.org  2007-12-18 16:24 PDT -------
To "fix" this would simply require overriding nodeAtPoint in RenderPartObject,
RenderPart, or RenderReplaced (probably RenderPart) to only hit-or-not
depending on what its child render objects say, except in the case of fallback
content, where it should probably participate in hit-testing like normal.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list