Opened 8 months ago
Closed 6 months ago
#21985 closed defect (bug) (fixed)
Wrap .subsubsub for long list of views
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Administration | Version: | 3.5 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: |
Description
The Views area of the WP List Table is styled not to wrap. This is a problem when the list of views is long. (e.g. an extended list of user roles on the Users page)
The following patch allows for wrapping while preventing wrapping within the <li> itself, so that the associated counter remains.
Most users should not notice a change to the appearance of this screen.
Attachments (8)
Change History (18)
deltafactory — 8 months ago
comment:2
deltafactory — 8 months ago
Screenshots added.
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [21987]:
- Keywords commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
Not quiet sure what's going on here, but [21987] breaks the list in Chrome @ OS X.
21985.patch fixes it for me.
comment:6
deltafactory — 8 months ago
@ocean90: Just curious, what was the behavior in OS X/Chrome before? Original no-wrap behavior, or something else?
SergeyBiryukov — 8 months ago
comment:7
in reply to:
↑ 5
SergeyBiryukov — 8 months ago
Replying to ocean90:
[21987] breaks the list in Chrome @ OS X.
Reproduced in Chrome on Windows as well.
Tested 21985.patch in Firefox 15, Chrome 22, IE 7, IE 8, Opera 12. IE 7 still needs display: inline (21985.2.patch), looks good otherwise.
21985.2.patch works for Chrome OS X too.
@deltafactory - It was the original no-wrap.
- Keywords commit added
- Type changed from enhancement to defect (bug)
comment:10
nacin — 6 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In 22404:


CSS patch for .subsubsub and .subsubsub li