Closed
Bug 322914
Opened 19 years ago
Closed 17 years ago
Incorect print preview of embeded SVG documents
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: antonyk, Unassigned)
References
()
Details
Attachments
(1 file)
25.16 KB,
image/png
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
After loading a page containing embeded SVG documents the Print Preview of the Page shows the embeded SVG documets at the top left corner of the page instead of their proper places. The page is scrolled normally but the embeded documents don't move accordingly.
Reproducible: Always
Steps to Reproduce:
1.Open a page containing embeded SVS documents. For example:
http://www.carto.net/papers/svg/samples/svg_html.shtml
2.Click on File/Print Preview
3.Check the position of the SVG documents and scroll the page
Actual Results:
All SVG images stay in the top left corner and does not scroll when scrolling the page preview.
Expected Results:
The SVG images should be displayed on their proper place among the text as they will be printed. They should be scrolled with the page.
Comment 1•19 years ago
|
||
I can confirm this for:
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 Firefox/1.5
and
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060110 Firefox/1.5.0.1
There is an second issue after closing the print review window, i am not able to select any text from the page before pressing reload( also tested with javascript off)
And this page has a very bad performance for me, when the three svg are on screen.
OS --> All? I have WinXP
Comment 2•19 years ago
|
||
(In reply to comment #0)
> Actual Results:
> All SVG images stay in the top left corner and does not scroll when scrolling
> the page preview.
Thats right for svg via embed and object Tag. The iframe svg is at the correct position.
And Firefox draws the svg content in print preview wrong. Only the upper left corner of the whole svg Image.
Summary: Incorec print preview of embeded SVG documents → Incorect print preview of embeded SVG documents
(In reply to comment #2)
> Thats right for svg via embed and object Tag. The iframe svg is at the correct
> position.
Reproducible with SeaMonkey 1.0b and SeaMonkey '1.5a'/20050921 but WFM with SeaMonkey '1.5a'/20050922 -> related to Core bug 1156? Also related to Core bug 303036 (first testcase)?
> And Firefox draws the svg content in print preview wrong. Only the upper left
> corner of the whole svg Image.
(In reply to comment #1)
> There is an second issue after closing the print review window, i am not able
> to select any text from the page before pressing reload<..>
I can reproduce both bugs with SeaMonkey 1.0b and SeaMonkey 1.5a/20060110.
> OS --> All? I have WinXP
Firefox 1.5/Linux also shows the three above mentioned problems.
Comment 4•19 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
> > Thats right for svg via embed and object Tag. The iframe svg is at the correct
> > position.
>
> Reproducible with SeaMonkey 1.0b and SeaMonkey '1.5a'/20050921 but WFM with
> SeaMonkey '1.5a'/20050922 -> related to Core bug 1156? Also related to Core bug
> 303036 (first testcase)?
>
>
> > And Firefox draws the svg content in print preview wrong. Only the upper left
> > corner of the whole svg Image.
>
> (In reply to comment #1)
> > There is an second issue after closing the print review window, i am not able
> > to select any text from the page before pressing reload<..>
>
> I can reproduce both bugs with SeaMonkey 1.0b and SeaMonkey 1.5a/20060110.
>
>
> > OS --> All? I have WinXP
>
> Firefox 1.5/Linux also shows the three above mentioned problems.
>
Ok embed and object works fine now.
DUP of 1156?
But there is already an ISSUE with the Viewport of the SVG's.
I will attach an screenshot soon.
Is there already a bug pointing at the viewport Issue in the Database?
Comment 5•19 years ago
|
||
> Ok embed and object works fine now.
> DUP of 1156?
> But there is already an ISSUE with the Viewport of the SVG's.
>
> I will attach an screenshot soon.
>
> Is there already a bug pointing at the viewport Issue in the Database?
Sorry posted too fast.
"embed and object works fine now" -> in the 1.9er Build i.e.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060110 Firefox/1.6a1
Comment 6•19 years ago
|
||
Normaly you should see whole austria on every SVG. But in print preview you see only a part of the map.
Updated•19 years ago
|
Component: General → SVG
Product: Firefox → Core
Version: unspecified → 1.8 Branch
Updated•19 years ago
|
Assignee: nobody → general
QA Contact: general → ian
Updated•17 years ago
|
Version: 1.8 Branch → Trunk
Comment 7•17 years ago
|
||
Fixed by check in for but 370006
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•