[Webkit-unassigned] [Bug 34714] New: onclick is not reliable for SVG elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 8 11:33:17 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34714
Summary: onclick is not reliable for SVG elements
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dojo at masterleep.com
Created an attachment (id=48347)
--> (https://bugs.webkit.org/attachment.cgi?id=48347)
test case
The onclick javascript handler does not fire under some common conditions with
SVG elements. I have created a minimal self-contained test case which is
attached.
The test case displays two SVG rectangles. On the left rectangle, using the
currently released Safari and today's nightly build, no click is detected. On
the right rectangle, the click is detected. The only difference is the
transform on the left rectangle element. The transform correctly adjusts the
display, but interferes incorrectly with click detection.
Both clicks are detected correctly in Firefox.
Chrome has the same behavior as Safari.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list