Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 9 years ago

#3868 closed defect (bug) (fixed)

Sub menus act weird when title is long

Reported by: modemlooper's profile modemlooper Owned by:
Milestone: 1.6 Priority: normal
Severity: normal Version:
Component: Templates Keywords: has-patch needs-testing
Cc:

Description

http://dev.buddiphone.com

hover over blogs tab on link above and you will see what happens. The title is cut off and then when you hover the actual link it shifts left pushing child links out of the way.

Attachments (1)

3868.01.patch (498 bytes) - added by boonebgorges 13 years ago.

Download all attachments as: .zip

Change History (6)

#1 @boonebgorges
13 years ago

  • Keywords has-patch needs-testing added
  • Milestone changed from Awaiting Review to 1.6

Confirmed.

3868.01.patch is my suggested fix. It changes the height declaration to a min-height, which solves the key problem here. That caused some other issues - in particular, it became impossible to distinguish a multi-line menu item from the next item - so I fudged the padding and line-height a bit. Can I get a second (and third and fourth) set of eyes/browsers on it?

#2 @DJPaul
13 years ago

I'm not browser testing, but the padding tweaks work OK.

#3 @modemlooper
13 years ago

patch fixed. you can recheck my link from above to confirm.

#4 @boonebgorges
13 years ago

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

(In [5608]) Modifies padding on bp-default menu dropdowns, to better account for very long menu items. Fixes #3868

#5 @DJPaul
9 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.