#6307 closed defect (bug) (invalid)
Double height dashboard widgets are buggy
Reported by: | Viper007Bond | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
I just created a new double height dashboard widget.
array_splice( $widgets, 1, 0, 'mywidget' );
See the screenshot. Expected behavior is that the "Incoming Links" is directly underneath recent comments.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Double heights have to be on the left (or they have to be paired with another that is on the left).
Dashboard widgets are naively floated left. Given that widgets can have different heights and widths, the logic necessary to display things "correctly" is quite complicated.
I'm tempted to mark this as WONTFIX. For now I'll just move the milestone. If someone wants to work on this logic, go ahead.