Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#6336 closed defect (bug) (fixed)

Fix horizontal scrollbar in dashboard

Reported by: iammattthomas Owned by: iammattthomas
Priority: normal Milestone: 2.5
Component: General Version: 2.5
Severity: normal Keywords: has-patch needs-testing
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 5 years ago.
6336.diff (370 bytes) - added by mdawaffe 5 years ago.

Download all attachments as: .zip

Change History (7)

comment:1   ryan5 years ago

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

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

  • 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.

  • Keywords needs-testing added

comment:4   ryan5 years ago

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

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

comment:5   ryan5 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.