This bug was listed as a secondary bug in this post. http://www.plainblack.com/bugs/tracker/left-hand-admin-menu/10 The original bug was closed, but the secondary issue still exists where if someone needs to scroll through the new content bar, at the top of the admin bar it covers up other tabs, such as "admin console".
This was retested in IE 7 version 7.3.8 and is still an issue. Not an issue in Firefox.
Would it be acceptable to change the admin bar into a scrollable (with a scroll bar) div?
-- Maintainer of an unofficial WebGUI FAQ Please contribute questions or answers! When asking questions on this forum, please indicate (at least) which version of WebGUI you are using. Optional, but sometimes helpful, are your Operating System name and version, PERL version, and Apache version. The little icons next to my picture indicate my IM status. Yes, you are welcome to IM me. I am not an employee of Plain Black. My offers of assistance are subject to the general disclaimer of this discussion board that my answer may be completely wrong. Have a great day! U2U crythias on #webgui on irc.freenode.net
This requires a big change to the AdminBar, which we'll have to wait to do in 7.4.
In 7.4 we'll be switching the admin bar to work in frames, and to use YUI instead of the javascript it uses now. This will resolve your problem, as well as some RFE's that have been submitted for the admin bar. However, it's too big of a change to make in a bug fix release.
Just came across this bug myself - however I might have a fix for it that is simple and could be rolled out easily in the current release.
This is actually a bug in AdminBar's css where the Z-Index of the admin bar is set in the wrong css tag (.slidePanel instead of #slidePanel). This causes the z-index to be set incorrectly and on sites with css that use z-index (like the zenlike one I submitted to contribs) causes all sorts of dramas.
To fix this, you need to edit the following file:
/data/WebGUI/www/extras/slidePanel/slidePanel.css
and insert the following line in the first css block (after line 7)
z-index: 100;
You'll need to do a hard refresh, but the admin bar will now appear on top like it should!
Jesse
-If my comment is useful, rate me - I can always use the karma! :)Join us on the #webgui irc channel on freenode! (I use the nick Radix)