[Webkit-unassigned] [Bug 18437] New: Mouse events occur on the wrong element when clip path is applied
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 11 18:49:38 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18437
Summary: Mouse events occur on the wrong element when clip path
is applied
Product: WebKit
Version: 526+ (Nightly build)
Platform: All
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mbooth9517 at hotmail.com
If there is a an svg element which has an onclick event applied to it, and it
has a clip path applied, then the onclick even fires when you click on the
elements original shape, including areas which have been made invisible by the
by the clip path.
Steps to reproduce.. to svg elemens of the same shape and size placed on top of
each other.. apply a clip path to the top most element so part of the element
underneath is now visible, and apply onclick events to both of these elements..
the onclick event on the element at the bottom won't fire like it does in other
browsers
--
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