Closed
Bug 890009
Opened 12 years ago
Closed 12 years ago
SVG without explicit size doesn't scale in response to full zoom
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
VERIFIED
DUPLICATE
of bug 885939
People
(Reporter: edwardsgreg, Assigned: seth)
References
Details
Attachments
(1 file)
1.36 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20130703 Firefox/24.0 (Nightly/Aurora)
Build ID: 20130703004020
Steps to reproduce:
Open the attached testcase.
Full zoom it. (or run HiDPI)
Actual results:
The left column of magnifying glasses keep their old size.
Expected results:
They should scale proportionately, like the right column.
The columns differ only in that the right column has width/height attributes on the <svg> element but the left column does not.
My gut tells me this is a regression of Bug 600207. It starts happening in Aurora 24 Can someone confirm this?
Reporter | ||
Comment 1•12 years ago
|
||
I discovered this issue in the wild on the http://www.apple.com/ header in the search bar.
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 7 → All
Hardware: x86_64 → All
Assignee | ||
Comment 3•12 years ago
|
||
Almost certain this is the same as bug 885939. Will do some local triage shortly.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → seth
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 5•12 years ago
|
||
Verified dupe.
My debug build shows the problem at apple.com (the search bar's magnifying glass doesn't get zoomed, when I do full-page zoom), but with bug 885939's patch applied, it *does* get zoomed as expected.
Thanks for filing the bug! Good to know that this affects high-profile sites. This probably means we should prioritize backporting bug 885939's fix to Firefox 24.
Status: RESOLVED → VERIFIED
Version: 25 Branch → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•