Open
Bug 724442
Opened 14 years ago
Updated 3 years ago
Zoom Out breaks alignment of Spry Content Slides
Categories
(Core :: General, defect)
Tracking
()
NEW
People
(Reporter: nancy, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
728 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:10.0) Gecko/20100101 Firefox/10.0
Build ID: 20120129021758
Steps to reproduce:
View > Zoom out (Ctrl + -)
Actual results:
Spry content slides disappear from view. Or more accurately, FF9 & 10 re-align them under photos. See live demo: http://alt-web.com/DEMOS/Spry-test.html
Expected results:
The page should have re-sized text and images without affecting alignment of content slides.
Zoom Out does not adversely effect content slides in Chrome, IE, Safari or Opera.
Thanks,
Nancy O.
http://alt-web.com
Comment 1•14 years ago
|
||
Minimalish testcase would be really useful here....
Keywords: qawanted,
testcase-wanted
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Attachment #598305 -
Attachment is obsolete: true
Comment 4•14 years ago
|
||
Thanks!
So the issue is that the border is rounded to integer device pixels while the other lengths are not. Since its "natural" width is <1px when zoomed, that means that it gets bigger, and then the second float no longer fits next to the first one...
I'm not quite sure what we can do on our end to fix this, short of rounding the div widths to integer pixels as well. :(
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: 9 Branch → Trunk
I don't think there's much we can do to fix this without changing our entire zooming model and without allowing borders to disappear when zooming out. (Which would be particularly unfortunate since Webkit is moving towards our zooming model.)
Nancy, one way to fix this would be to use a table layout to position the elements side-by-side instead of floats, and make one of the two cells (probably .story) be "width:auto".
Comment 6•12 years ago
|
||
Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20130805 Firefox/24.0
Mozilla/5.0 (Windows NT 6.0; rv:25.0) Gecko/20100101 Firefox/25.0
The URL from comment 0 on latest Nightly (Build ID: 20130804030207) and Aurora (Build ID: 20130805004006), the slides doesn't disappear from view when zooming in/out. Although, with Opera and Chrome the slides disappear.
With the reduced testcase on Firefox, the words disappear when I zoom out; the same behavior is with Chrome and Opera; with IE the words are visible.
Does this bug address this issue since the behavior changed on other browsers ?
Keywords: qawanted,
testcase-wanted
QA Contact: alexandra.lucinet
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•