Defect #3583
Lack of element + clear at the base of the views causes some themes to display oddly in Firefox
| Status: | Closed | Start date: | 2009-07-03 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | UI | Estimated time: | 0.50 hour | |
| Target version: | - | |||
| Affected version: | 0.8.3 | Resolution: | Duplicate |
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.
Related issues
History
#1 Updated by Chris McKee almost 4 years ago
Attachment didn't attach
#2 Updated by J Cayetano Delgado almost 4 years ago
#3 Updated by Chris McKee over 3 years ago
duplicates: #3438 though the sample code in that issue is "ok" but wrong ;o)
#4 Updated by Daniel Felix 3 months ago
- Status changed from New to Closed
- Resolution set to Duplicate
Indeed, this seems to be a duplicate of #3438.
