Make WordPress Core

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#6307 closed defect (bug) (invalid)

Double height dashboard widgets are buggy

Reported by: viper007bond's profile 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)

dashwidgets.png (72.8 KB) - added by Viper007Bond 17 years ago.

Download all attachments as: .zip

Change History (7)

#1 @lloydbudd
17 years ago

  • Owner changed from anonymous to mdawaffe

#2 @mdawaffe
17 years ago

  • Cc mdawaffe added
  • Milestone changed from 2.5 to 2.6

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.

#3 @mdawaffe
17 years ago

  • Owner mdawaffe deleted

#4 @Viper007Bond
17 years ago

Ah, okay, thanks. I'll move it over to the left.

#5 @mrmist
16 years ago

  • Keywords needs-patch removed
  • Milestone 2.9 deleted
  • Resolution set to invalid
  • Status changed from new to closed

I guess this does not apply to 2.7.

#6 @Viper007Bond
16 years ago

Correct, it does not.

Note: See TracTickets for help on using tickets.