RESOLVED FIXED10586
pointer-events has issues when things are not stroked/filled
https://bugs.webkit.org/show_bug.cgi?id=10586
Summary pointer-events has issues when things are not stroked/filled
Eric Seidel (no email)
Reported 2006-08-27 00:04:14 PDT
I implemented the pointer-events property as part of: http://bugzilla.opendarwin.org/show_bug.cgi?id=10415 If you look at the attached test case, you'll see that our results are not quite perfect yet (compare them with Firefox to see some things we get wrong). One of the things we do wrong is pointer-events="all" not working when there is no fill or stroke.
Attachments
test case (4.43 KB, image/svg+xml)
2006-08-27 00:05 PDT, Eric Seidel (no email)
no flags
Initial patch (111.08 KB, patch)
2006-08-30 12:51 PDT, Rob Buis
eric: review+
Eric Seidel (no email)
Comment 1 2006-08-27 00:05:33 PDT
Created attachment 10249 [details] test case This is just a copy of LayoutTests/svg/custom/pointer-events-path.svg
Rob Buis
Comment 2 2006-08-30 12:51:59 PDT
Created attachment 10321 [details] Initial patch This should fix the bug, thats all really :) Cheers, Rob.
Eric Seidel (no email)
Comment 3 2006-08-30 13:00:31 PDT
Comment on attachment 10321 [details] Initial patch r=me.
Rob Buis
Comment 4 2006-08-30 13:45:44 PDT
Landed in r16123.
Note You need to log in before you can comment on or make changes to this bug.