Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 10 years ago

#3868 closed defect (bug) (fixed)

Sub menus act weird when title is long

Reported by: modemlooper Owned by:
Priority: normal Milestone: 1.6
Component: Templates Version:
Severity: normal 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 15 years ago.

Download all attachments as: .zip

Change History (6)

#1 @boonebgorges
15 years ago

  • Keywords has-patch needs-testing added
  • Milestone Awaiting Review1.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
15 years ago

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

#3 @modemlooper
15 years ago

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

#4 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

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

#5 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.