Opened 12 years ago
Closed 12 years ago
#21985 closed defect (bug) (fixed)
Wrap .subsubsub for long list of views
Reported by: | deltafactory | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | trivial | Version: | 3.5 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | 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)
#4
@
12 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [21987]:
#5
follow-up:
↓ 7
@
12 years ago
- 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.
#6
@
12 years ago
@ocean90: Just curious, what was the behavior in OS X/Chrome before? Original no-wrap behavior, or something else?
#7
in reply to:
↑ 5
@
12 years 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.
CSS patch for .subsubsub and .subsubsub li