#15834 closed defect (bug) (fixed)
Plugin action links are missing on plugins list, if the screen is to small.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | UI | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
So, break it please.
Attachments (3)
Change History (18)
#2
@
14 years ago
http://grab.by/7UP3 - Delete and Edit links are missing.
#3
@
14 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.
#5
@
14 years ago
Ideally, the action links would expand the column width as necessary. Don't think that's possible in a <table>, though.
#7
@
14 years ago
It's not only the action links, also the plugin title will be hidden, if there is not enough space.
Screenshot: http://grab.by/7XYZ
#8
@
14 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.
#10
@
14 years ago
- Keywords needs-patch added; has-patch removed
This is a regression from 3.0, but the current patch doesn't fix it.
#11
@
14 years ago
Sorry, was caused by me having SCRIPT_DEBUG off (but STYLE_DEBUG on). Different bug.
Patch works, but it goes against #8810.
#12
@
14 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.
Screenshot?