Closed Bug 455185 Opened 17 years ago Closed 10 months ago

Zooming in to SVG does not display horizontal scrollbar

Categories

(Core :: SVG, defect)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: vlad, Unassigned)

References

()

Details

When you zoom in to a SVG file, e.g. the tiger in the URL, the vertical scrollbar appears when appropriate, but the horizontal one never appears. Both should be showing up as appropriate, to allow for horizontal scrolling in the document.
Flags: wanted1.9.1?
I don't think the horizontal scrollbar should appear with this example. It has a height of 800 and a width of 100% so the width should never exceed the viewport bounds. Instead the drawing should distort keeping the width constant with the height increasing as you zoom. The drawing currently scales evenly so that is the bug.
Flags: wanted1.9.1? → wanted1.9.1+
(In reply to comment #1) > I don't think the horizontal scrollbar should appear with this example. If you reduce the width of the browser, you still get no scrollbars. > Instead the drawing should distort keeping the width constant > with the height increasing as you zoom. The image should scale depending on how the vectors are defined, so often horizontal scrollbars are needed. still affects Gecko/20090527
(In reply to comment #2) > (In reply to comment #1) > > I don't think the horizontal scrollbar should appear with this example. > If you reduce the width of the browser, you still get no scrollbars. That is the correct behaviour. > > Instead the drawing should distort keeping the width constant > > with the height increasing as you zoom. > The image should scale depending on how the vectors are defined, so often > horizontal scrollbars are needed. Not sure I understand what you're getting at. The image should scale depending how the height, width and preserveAspectRatio are defined. > > still affects Gecko/20090527 That's generally the case with bugs unless they get a patch.
The sample diagram referenced: http://www.croczilla.com/svg/samples/tiger/tiger.svg is not available.
Depends on: 407495
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.