Closed
Bug 641994
Opened 14 years ago
Closed 13 years ago
Map isn't scaled properly in IE 9
Categories
(Websites :: glow.mozilla.org, defect)
Websites
glow.mozilla.org
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: stephend, Assigned: potch)
References
()
Details
Attachments
(2 files)
The SVG map on http://glow.allizom.org/ isn't scaled right in IE 9.
Comment 1•14 years ago
|
||
Assignee: nobody → thepotch
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> https://github.com/potch/glow/commit/c108045
Still happening, (not so?)sadly -- reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•14 years ago
|
||
In screen.css
#mapdata {
-moz-transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
width:3600px;
height:1800px;
position: absolute;
top: 0;
left: 0;
}
lacks -ms-transform-origin: 0 100%;
Comment 4•14 years ago
|
||
Thanks Henri!
https://github.com/potch/glow/commit/3dc5541
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•14 years ago
|
||
Reporter | ||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Created attachment 520906 [details]
> Screenshot -- still seeing the issue
Now that I can confirm with a real machine (rather than in a VM), reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•13 years ago
|
||
Glow is dead.
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•