Opened 14 years ago
Closed 13 years ago
#15654 closed defect (bug) (fixed)
Admin bar menu widths
Reported by: | johnbillion | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | |
Focuses: | 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)
#2
@
14 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.
#5
@
14 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.
#6
@
14 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.
Note: See
TracTickets for help on using
tickets.
A better-looking solution might be to allow multiple-line elements. See #15611