#19139 closed defect (bug) (fixed)
"View Site" and other items below site/admin title need to grow
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Toolbar | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description (last modified by nacin)
See curious appearance in 18197#comment:108.
Attachments (1)
Change History (17)
It would be nice if "Visit Site" can shrink as well (if it's an only child), that way it doesn't look as weird. see #19184.
- Owner changed from jakemgold to koopersmith
- Status changed from accepted to assigned
koop for review.
comment:9
koopersmith — 19 months ago
- Status changed from assigned to accepted
This patch doesn't play nicely with top-level secondary menus — .quicklinks ul targets all menus, not just submenus.
It should be easily fixed, though. Looking into it now.
comment:10
ryan — 18 months ago
- Version set to 3.3
comment:11
azaozz — 18 months ago
- Resolution set to fixed
- Status changed from accepted to closed
Don't see this any more, seems fixed in the meantime.
comment:12
ryan — 18 months ago
- Milestone changed from 3.3 to Future Release
- Resolution fixed deleted
- Status changed from closed to reopened
Still exists if you have a long title. We can live with it for 3.3. Reopening and punting to future.
comment:14
camiloclc — 17 months ago
What about just setting min-width on a direct child selector? Like ".ab-top-menu > .menupop > .ab-sub-wrapper"?
comment:15
koopersmith — 17 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In [19717]:
- Milestone changed from Future Release to 3.4
Note: See
TracTickets for help on using
tickets.

Setting min-width to 100% on the submenu UL appears to fix this... tested in Chrome 15, Firefox 7, and IE7, IE8, IE9 with good results.
Patch following this comment...