Closed
Bug 782387
Opened 13 years ago
Closed 13 years ago
Blank SVG rendering, after clicking a link to a <view> fragment and then navigating back
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: dholbert, Assigned: longsonr)
References
()
Details
Attachments
(1 file)
5.96 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
STR:
1. Visit http://www.w3.org/Graphics/SVG/Test/20011026/linking-view-BE-04.svg
2. Click "Go to Ellipse"
--> (rendering changes to just show the blue ellipse)
3. Navigate back a page (Click Firefox's back button, or press Alt + LeftArrow)
ACTUAL RESULTS: Blank page
EXPECTED RESULTS: original rendering, with multiple shapes visible
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0
Built from http://hg.mozilla.org/mozilla-central/rev/f89feda9d997
Reporter | ||
Updated•13 years ago
|
Summary: Navigating back after clicking a link to → Blank SVG rendering, after clicking a link to a <view> fragment and then navigating back
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → longsonr
Attachment #651733 -
Flags: review?(dholbert)
Assignee | ||
Comment 2•13 years ago
|
||
There is no viewbox to start with so when we save it we save 0 0 0 0 as the viewbox coordinates since we save whether or not there is a viewbox. We then restore this as the viewbox.
Reporter | ||
Updated•13 years ago
|
Attachment #651733 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Assignee | ||
Comment 4•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → mozilla17
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•