Side navigation
#15156 closed bug (patchwelcome)
Opened June 17, 2014 11:01PM UTC
Closed June 23, 2014 03:36AM UTC
Firefox offset for SVG element is incorrect when fill and stroke are none
Reported by: | benrudolph | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It's unclear to me if this is a firefox bug or jquery bug, but when one calls .offset()
on an svg element when fill:none; stroke:none
it gives an incorrect response. Here's a fiddle:
Try in latest Chrome and Firefox.
Attachments (0)
Change History (1)
Changed June 23, 2014 03:36AM UTC by comment:1
resolution: | → patchwelcome |
---|---|
status: | new → closed |
As a non-HTML-DOM issue this would seem to fall in our wontfix bucket, although if someone else wants to trace it down and it has a simple and *small* fix we could consider it.