#15834 closed defect (bug) (fixed)
Plugin action links are missing on plugins list, if the screen is to small.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | UI | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | scribu |
Description
So, break it please.
Attachments (3)
Change History (18)
comment:2
ocean90
— 3 years ago
http://grab.by/7UP3 - Delete and Edit links are missing.
comment:3
nacin
— 3 years ago
That sounds like an overflow:hidden that needs to be removed, rather than removing nowrap.
Not sure what else nowrap might cause -- side-effects are possible.
comment:5
scribu
— 3 years ago
Ideally, the action links would expand the column width as necessary. Don't think that's possible in a <table>, though.
comment:7
ocean90
— 3 years ago
It's not only the action links, also the plugin title will be hidden, if there is not enough space.
comment:8
ocean90
— 3 years ago
I can't see a problem with my patch here. It's the same behavior like on network/themes, network/users, network/sites.
comment:10
scribu
— 2 years ago
- Keywords needs-patch added; has-patch removed
This is a regression from 3.0, but the current patch doesn't fix it.
comment:11
scribu
— 2 years ago
Sorry, was caused by me having SCRIPT_DEBUG off (but STYLE_DEBUG on). Different bug.
Patch works, but it goes against #8810.
comment:12
scribu
— 2 years ago
- Keywords has-patch commit added; needs-patch removed
After further review, I think the current patch is the way to go. It works and it will make the plugins screen consistent with all the rest.
comment:13
ryan
— 2 years ago
- Resolution set to fixed
- Status changed from new to closed
comment:14
scribu
— 2 years ago
Yeah, props should go to ocean90, since it was his patch.
comment:15
garyc40
— 2 years ago
Removing nowrap makes plugins table look bad. See #16536.
Screenshot?