Actions
Defect #3583
closedLack of element + clear at the base of the views causes some themes to display oddly in Firefox
Status:
Closed
Priority:
Low
Assignee:
-
Category:
UI
Target version:
-
Start date:
2009-07-03
Due date:
% Done:
0%
Estimated time:
0.50 h
Resolution:
Duplicate
Affected version:
Description
Pages that are made larger than 600px heigh by their content display oddly (overflow)
- IE6 (windows xp)
- Firefox 2 / 3/ 3.5 (windows)
- Displays correctly in Safari (win) and Chrome (webkit)
Basically a float overflow bug; but as theirs no element at the base of the views to clear you cant fix it without editing the view.
The inclusion of <p style="clear:both"> </p> at the base of these views fixes the issue. as per attached sample view.
Files
Related issues
Actions