Defect #961
Home - Layout is off in FF, Safari
Status: | Closed | Start date: | 2008-03-30 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | UI | |||
Target version: | 0.7 | |||
Resolution: | Fixed | Affected version: |
Description
If you put large welcome text for home page, it throughs off the layout in FF and Safari though it works fine in IE.
Take a look here: http://makerlab.com/ (the latest news section)
Can this be done in 0.7?
Associated revisions
History
#1
Updated by Jonathan Lahijani over 14 years ago
"overflow:auto" needs to be added to the #content div in the CSS.
#2
Updated by Thomas Lecavelier over 14 years ago
- File Defect_961_Jonathan_Lahijani_proposal.patch
added
- Status changed from New to 7
- Assignee set to Jean-Philippe Lang
- % Done changed from 0 to 90
I confirmed the correction suggested by Jonathan Lahijani.
Here the corresponding patch.
Assigned to Jean-Philippe since it only requests a commit.
#3
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from 7 to Closed
- Resolution set to Fixed
Fixed in r1314 and will be ported in 0.7.
Note: overflow:auto
was added to html>body #content
rather than #content
so that IE6 ignores it.