Closed
Bug 465105
Opened 16 years ago
Closed 14 years ago
SVG: Choosing 'Select all' on a render intense SVG image causes Firefox to hang
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Tobbi, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
I was experimenting with SVG images and I was experiencing that Firefox hangs on a very huge SVG image when you select 'Select all' from the right-click context menu. The GUI is locked immediately.
Test case can be found at http://tobbi.bplaced.net/testcases/testcase1.svg
Reproducible: Always
Steps to Reproduce:
1. Open test case at the URL provided above
2. Right-click the SVG image
3. Experience Firefox to hang
Actual Results:
Firefox hangs, no GUI responses
Expected Results:
Execute 'select all' command
Reporter | ||
Comment 1•16 years ago
|
||
Under 'Steps to reproduce' add 'Select 'Select all'' after 'Right-click the SVG image
Reporter | ||
Updated•16 years ago
|
Summary: SVG: Choosing 'Select all' from the right-click context menu on a SVG image causes Firefox to hang → SVG: Choosing 'Select all' on a render intense SVG image causes Firefox to hang
Comment 2•16 years ago
|
||
Following these steps results in a hang of about 2 seconds then resumes to normal.
Could we get more information on the complexity/size of this SVG file? Is there a way to verify that this bug is truly based on Firefox and not system specifications? large SVG files which do take time to render such as
http://upload.wikimedia.org/wikipedia/commons/f/fe/E8_graph.svg
Cause no GUI freeze when executing the "Select All" command
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729)
Comment 3•15 years ago
|
||
The wikipedia graph is a 110KB SVG that has 15 groups and a total of 2160 objects (circles and lines)
The attached testcase is a 1.9MB SVG that has 1 path and 2 groups and a total of 9974 objects:
4590 texts
5148 lines and polylines
18 ellipses
18 clones of ellipses
Reporter | ||
Comment 4•14 years ago
|
||
Marking WFM.
Tested again with latest nightly.
2010-12-28.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•