Closed
Bug 382164
Opened 18 years ago
Closed 18 years ago
SVG doesn't fire mousedown
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: tuom.larsen, Unassigned)
Details
Attachments
(1 file)
|
1.99 KB,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)
In Firefox 1.5 and 2.0 on Win, and 2.0 on Linux:
A path in quite big (width and height are ~90000) SVG element doesn't fire onmousedown when clicked on.
Reproducible: Always
Steps to Reproduce:
1. load the attachment
2 [review]. try to find the path (it's an outline of character "g")
3. click on it
Actual Results:
nothing happens
Expected Results:
pop-up "hit!" should be shown
If you have trouble finding that path, try to set width and height to lower values, say 2000, reload and then incrementally up to 90000.
I know 90000 is pretty big but it works with viewBox="0 0 1000 1000".
| Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Component: General → SVG
Product: Firefox → Core
QA Contact: general → general
Comment 2•18 years ago
|
||
Fixed, most likely by the check in for bug 384681
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•