Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#6336 closed defect (bug) (fixed)

Fix horizontal scrollbar in dashboard

Reported by: iammattthomas's profile iammattthomas Owned by: iammattthomas's profile iammattthomas
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.5
Component: General Keywords: has-patch needs-testing
Focuses: Cc:

Description

Removing the right padding on div#dashboard-widgets fixes the persistent horizontal scrollbars on the Dashboard. Wait for mdawaffe's input before commit.

Attachments (2)

dashboard.css.diff (306 bytes) - added by iammattthomas 17 years ago.
6336.diff (370 bytes) - added by mdawaffe 17 years ago.

Download all attachments as: .zip

Change History (7)

#1 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7453]) Fix horizontal scrollbar in dashboard. Props mt. fixes #6336

#2 @mdawaffe
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

That change breaks dashboards in IE for some screen widths. For random screen widths below the dashboards max-height (rounding issue) and all screen widths above the max-width, the dashboard widgets appear in one column.

Attached adds a rule to the IE CSS that seems to prevent this bug at all widths.

ie-rtl.css seems not to need any changes.

@mdawaffe
17 years ago

#3 @mdawaffe
17 years ago

  • Keywords needs-testing added

#4 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [7460]) Fix dashboard width in IE. Props mdawaffe. fixes #6336

#5 @ryan
17 years ago

Accidentally committed some other stuff with that. Pretend the update.php changes aren't there. :-)

Note: See TracTickets for help on using tickets.