Opened 3 years ago
Closed 21 months ago
#15654 closed defect (bug) (fixed)
Admin bar menu widths
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
r16301 added a fixed width of 160px to admin bar menus.
My User Switching plugin adds a menu item with the title "Switch back to [display_name] ([user_login])".
The fixed width menu is too narrow for this title in 99% of cases and the text gets cut off.
Can we give menu items a min-width instead of a width?
Attachments (2)
Change History (12)
comment:2
nacin
— 2 years ago
- Milestone changed from Awaiting Review to 3.1
- Owner set to koopersmith
- Status changed from new to assigned
Going to move the width to a min-width.
koopersmith
— 2 years ago
comment:3
koopersmith
— 2 years ago
- Keywords has-patch added
comment:5
ocean90
— 2 years ago
r17295 makes some odd things in Opera 11 (Mac and Windows), see http://grab.by/8orF. min-width will be ignored.
- http://csscreator.com/node/28048
- http://tanalin.com/_experimentz/opera_bugs/2007/min-width_inside_floated/
If I remove overflow: hidden from #wpadminbar .quicklinks .menupop ul li a it works.
comment:6
ocean90
— 2 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
15654.fix.opera.the.new.ie6.patch tested in Chrome, Firefox, Safari and IE7/8/9. No problems.
comment:8
follow-up:
↓ 10
johnbillion
— 21 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
- Version set to 3.3
This has regressed with changes made as part of #18197.
comment:9
johnbillion
— 21 months ago
- Keywords has-patch removed
comment:10
in reply to:
↑ 8
westi
— 21 months ago
- Resolution set to fixed
- Status changed from reopened to closed
- Version changed from 3.3 to 3.1
Replying to johnbillion:
This has regressed with changes made as part of #18197.
Please open a new ticket for the regression as this was fixed in a previous release.
A better-looking solution might be to allow multiple-line elements. See #15611