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
Updated by J Cayetano Delgado over 15 years ago
Updated by Chris McKee about 15 years ago
duplicates: #3438 though the sample code in that issue is "ok" but wrong ;o)
Updated by Daniel Felix almost 12 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Indeed, this seems to be a duplicate of #3438.
Actions