[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:20:45 PST 2007


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




------- Comment #2 from eric at webkit.org  2007-12-18 16:20 PDT -------
Ok, I've looked into this more w/ our implementation.  Even when the <svg>
declines hit-testing via pointer-events="none", the <object> itself is still
hit.  Which makes some sense.  At least it would make sense for an absolutely
positioned empty <object> to block any mouse events from reaching elements
below it.  But perhaps in this case, since the <object> is just a container, if
its kids fail to hit test, it should also fail.


-- 
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