Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#623 closed defect (bug) (fixed)

admin bar dropdown menu is behaving erraticly (it's back)

Reported by: burtadsit's profile burtadsit Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

I thought the 1px gap thing was fixed but guess it's not. Still happening here on the new site. This is driving people nuts. I'll look at this today but css just isn't my strong point. I have just about zero confidence in my ability to solve this one.

Change History (4)

#1 @johnjamesjacoby
16 years ago

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

Here's a fix...

In admin-bar.css, at line 55, under...

#wp-admin-bar ul { /* all lists */

REMOVE...

height: 30px !important;

ALTERNATIVELY REPLACE WITH... (might be needed to keep ie6 happy?)

height: auto !important;

The problem with setting the UL height to a set about is obvious once you see it... Moving the mouse beyond the 30px point confuses the CSS, because the LI's an A's are outside the bounding area of the UL. Move the mouse 31px down, and the suckerfish JS fights the CSS to eventually say "remove sfhover" and the menu disappears.

#2 @johnjamesjacoby
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#3 @johnjamesjacoby
16 years ago

Sorry didn't mean to close the ticket. Obviously need to leave this for Andy to review.

#4 @apeatling
16 years ago

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

(In [1261]) Fixes #623

Note: See TracTickets for help on using tickets.