[buddypress-trac] [BuddyPress] #1692: BuddyBar - Second level menu doesn't open onmouseover for member blogs

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Mon Jan 25 21:09:36 UTC 2010


#1692: BuddyBar - Second level menu doesn't open onmouseover for member blogs
-------------------+--------------------------------------------------------
Reporter:  r-a-y   |       Owner:     
    Type:  defect  |      Status:  new
Priority:  minor   |   Milestone:  1.2
Keywords:          |  
-------------------+--------------------------------------------------------
 On testbp.org, if you are on a member blog, the BuddyBar doesn't display
 any second-level menu.

 No time for a patch, but I've found that the problem resides in /bp-
 core/css/admin-bar-css.fallback.css.

 Change line 157:

 {{{
 #wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-
 bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists
 nested under hovered list items */
 }}}

 to:

 {{{
 #wp-admin-bar ul li:hover ul, #wp-admin-bar ul li ul li:hover ul, #wp-
 admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul  { /*
 lists nested under hovered list items */
 }}}

-- 
Ticket URL: <http://trac.buddypress.org/ticket/1692>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list