[Webkit-unassigned] [Bug 140723] New: SVG overflow:visible mouse events broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 21 08:12:56 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=140723
Bug ID: 140723
Summary: SVG overflow:visible mouse events broken
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
URL: http://codepen.io/anon/pen/pvPQqY
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: shauser at articulate.com
CC: zimmermann at kde.org
This is related to #96163 (https://bugs.webkit.org/show_bug.cgi?id=96163)
When `overflow: visible` is set on an SVG element, it now renders the overflowing content,
however mouse events do not work.
In the linked example, hovering over the overflowed part of a `rect` node does not cause
the `:hover` pseudo class to apply, and clicking in the overflowed part of a `rect` node
does not supply the correct event target for the event handler in the JS. Clicking on
parts of the `rect` within the SVG node does work as expected.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150121/d8fd96d0/attachment-0002.html>
More information about the webkit-unassigned
mailing list