Closed
Bug 698858
Opened 14 years ago
Closed 14 years ago
image does not scale properly depending on URL
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jay, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
using nightly or ff 7.01 on OS X snow leopard
on 1920x1080 screen and displaying using full-screen
or window at full height or width
<img width="1920" height="1080" src='some.jpg' />
or
<object width="1920" height="1080" data='some.svg'>
http://www.peepo.com/slides/moz.html
shows content smaller than expected
http://peepo.com/slides/moz.html
displays as expected full width and height
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
Attachment #571118 -
Attachment is obsolete: true
Reporter | ||
Comment 3•14 years ago
|
||
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Comment 4•14 years ago
|
||
note this bug specifically relates to whether www is in the URL,
and the behaviour described relates to either jpg or svg in html
Reporter | ||
Comment 5•14 years ago
|
||
I estimate the image is being scaled to about 85% height and width when www is included in url, ie the white border on right and bottom is 15%
Comment 6•14 years ago
|
||
I can't reproduce on 7.01 or nightly, on Ubuntu 11.10 linux.
(the www. and non-www. URLs from comment 0 render identically for me)
> jpg screengrab showing fullscreen, note white edge
Jonathan: do you get the rendering that you're expecting if you add style="margin: 0" on the <body> element?
Reporter | ||
Comment 7•14 years ago
|
||
yup the original testcase has margin and padding set to 0
removed for reduced testcase.
also not images can be on same server, do not need to be remote to exhibit behaviour
Comment 8•14 years ago
|
||
jonathan: we remember zooming preferences per-domain. Perhaps you accidentally zoomed out on the "www.peepo.com" domain at some point, and Firefox is remembering that.
Could you hitting "Command+0" on each testcase to be sure you're at the default zoomlevel?
Reporter | ||
Comment 9•14 years ago
|
||
tx,
spent considerable time on this,
I imagine I'll remember for a while...
but there is an underlying issue
maybe some visual indicator of current zoom level:
safari has 'reset' greyed out when not available.
opera has a tick next to 100% when not zoomed
mozilla os x doesnt have either.
but also maybe an in toolbar indicator?
filed as bug https://bugzilla.mozilla.org/show_bug.cgi?id=698873
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•