Opened 11 years ago
Closed 11 years ago
#26074 closed defect (bug) (fixed)
Number of columns for dashboard widgets
Reported by: | SergeyBiryukov | Owned by: | helen |
---|---|---|---|
Milestone: | 3.8 | Priority: | low |
Severity: | minor | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description (last modified by )
Background: #25824
My screen resolution is 1440x900. Since [26144], it's no longer possible to place dashboard widgets in two columns.
See the screenshots:
- By default, there's an empty space on the right: 26074.dashboard.3-columns.default.png.
- Three columns seem fine, but with longer words in comment action links, five one-line comments easily take the whole screen, and I have to scroll down to view them all: 26074.dashboard.3-columns.comments.png.
- If I rearrange the widgets, I still have to scroll, and there's a lot of empty space: 26074.dashboard.3-columns.png.
- With two columns, however, I don't have to scroll, and the layout is much better: 26074.dashboard.2-columns.png.
I'd suggest bumping the limit for switching to 3 columns to 1500px.
On a related note, network admin still has the "Number of Columns" selector, but it doesn't work as expected:
- "1 column" displays two columns with an empty space on the right: 26074.network-admin.1-column.png.
- "2 columns" displays two columns with an empty space in the middle: 26074.network-admin.2-columns.png.
- "3 columns" appears to work as expected: 26074.network-admin.3-columns.png.
- "4 columns" displays three columns: 26074.network-admin.4-columns.png.
Attachments (10)
Change History (18)
#4
@
11 years ago
26074.patch looks good to me too. Feedback for the breakpoints is great.
26074-na.patch removes the Screen Options: Columns in Network Admin's Dashboard. My testing shows the responsiveness to match the single site Dashboard as expected.
Note: See
TracTickets for help on using
tickets.
Also mentioned in ticket:25824:26.
26074.patch bumps the limit for switching to 3 columns to 1500px.