Defect #961
Home - Layout is off in FF, Safari
| Status: | Closed | Start: | 2008-03-30 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Jean-Philippe Lang | % Done: | 100% |
|
| Category: | UI | |||
| Target version: | 0.7 | |||
| Affected version: | Resolution: | Fixed |
||
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?
History
2008-03-31 02:18 - Jonathan Lahijani
"overflow:auto" needs to be added to the #content div in the CSS.
2008-03-31 11:12 - Thomas Lecavelier
- File Defect_961_Jonathan_Lahijani_proposal.patch added
- Status changed from New to Assigned
- Assigned to 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.
2008-03-31 22:55 - Jean-Philippe Lang
- Status changed from Assigned 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.