Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26389 closed defect (bug) (fixed)

Toolbar in 3.8 no longer expands dropdown menu width

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.8 Priority: high
Severity: minor Version: 3.8
Component: Toolbar Keywords:
Focuses: Cc:

Description

Prior to 3.8, if a toolbar item is greater than the width of the standard dropdown menu, the dropdown menu would grow larger. This is in part for visual reasons, and in part because you don't always open a dropdown from the left side, and you don't want the dropdown to be inaccessible (even HoverIntent won't necessarily give you this leeway).

This is broken in 3.8. I don't remember how this was implemented, but if it is broken, it is possible other things are as well.

Attachments (3)

Screen Shot 2013-12-04 at 6.31.28 AM.png (21.7 KB) - added by nacin 11 years ago.
3.7
Screen Shot 2013-12-04 at 6.31.36 AM.png (17.1 KB) - added by nacin 11 years ago.
3.8
26389.patch (364 bytes) - added by nvwd 11 years ago.
Adds min-with back to #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper

Download all attachments as: .zip

Change History (5)

#1 @nvwd
11 years ago

  • Cc nowell@… added

@nvwd
11 years ago

Adds min-with back to #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper

#2 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 26612:

Restore min-width for toolbar menus. This allows the menus to expand to the width of the element above them.

props nvwd.
fixes #26389.

Note: See TracTickets for help on using tickets.