Hi ppl, pls unite our forces to face this issue. I realiced that adding
to admin-bar.css the following positioning fixes the issue of clearing the first level of the menu when you leave the option.
Problems: Only clickable or focused area of the second level are the letters, when you move to the right the menu closes, and the third level has the strange Color issues and it´s almost unclickable.
This fix, doesnt affect FF3, IE6 i don´t know…
#wp-admin-bar li:hover, wp-admin-bar.li.hover {
position: static;
}
Cheers.. any ideas?
Z