#17586 closed defect (bug) (fixed)
4-column dashboard layout warped
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | minor | Version: | 3.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
When you pick the 4-column layout on the dashboard, there is an issue with minimum widths that causes all the columns to overlap, and meta box content to overflow from containers. See screenshot.
Attachments (1)
Change History (7)
#3
@
14 years ago
Turns out that this is browser-specific. I can only reproduce it on FF on Linux. On windows, there is no overlap, and the boxes are properly spaced. On Linux however all the meta boxes overlap.
#5
@
12 years ago
- Cc ashishsainiashfame@… added
- Keywords needs-patch close removed
- Resolution set to fixed
- Status changed from new to closed
This works fine on Firefox/Linux now, consistent with Chrome. Whenever the width is reduced to a level which should cause overlapping, its wrapped up into 2 column layout preventing any overlapping.
Note: See
TracTickets for help on using
tickets.
I thought this was the reason behind being able to set the number of columns there, so the users can choose the layout that best fits their screen size. The only improvement here would probably be to set min-width so the browser window gets a horizontal scroll bar.