Closed
Bug 302572
Opened 19 years ago
Closed 17 years ago
checking object "hits" fails for self-intersecting paths
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: readams, Unassigned)
Details
Attachments
(1 file)
|
670 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ Attached SVG file has a path with a cursor: hover style rule. Try hovering over various parts of the path and note that the cursor often changes to the default when it shouldn't. This doesn't just apply to hover rules; other event processing fails as well, such as mouse clicks (try clicking on the object, an onclick handler should print "click" but doesn't always). Reproducible: Always
Comment 2•19 years ago
|
||
i can confirm this bug. a possible workaround is to also set pointer-events: visibleFill.
Comment 3•17 years ago
|
||
This now works for me in current trunk builds. Please try a build from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ if you wish to test for yourself.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•