Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4446 closed defect (fixed)

Menus appear ''under'' page contents in IE7 and IE6

Reported by: J Evan S Owned by: Catalin BALAN
Priority: normal Component: MenusPlugin
Severity: normal Keywords: MSIE
Cc: Trac Release: 0.11

Description

The drop-down menus look good in FireFox 3 but show up under the page contents in Internet Explorer 7.

Attachments (1)

MenusPlugin-IE.PNG (6.2 KB) - added by J Evan S 15 years ago.

Download all attachments as: .zip

Change History (12)

Changed 15 years ago by J Evan S

Attachment: MenusPlugin-IE.PNG added

comment:1 Changed 15 years ago by Ryan J Ollos

I had this same problem with IE7 on Vista. However, the drop-down menus render nicely in IE8 on Vista.

comment:2 Changed 15 years ago by iscorer

Same problem on IE6 on XP. I know this browser is a PIA but that's what all my Trac users have so this bug prevents me from using the plugin which is a shame as it's exactly what I needed.

comment:3 Changed 15 years ago by webmaster@…

any new infos/updates yet? for me and my trac ussers it doesnt work with ie8 on xp. really bad, because the feature is really nice. but some developer are still working with ie.

comment:4 Changed 15 years ago by anonymous

Summary: Menus appear ''under'' page contents in MSIEMenus appear ''under'' page contents in IE7

comment:5 Changed 15 years ago by Ryan J Ollos

Summary: Menus appear ''under'' page contents in IE7Menus appear ''under'' page contents in IE7 and IE6

comment:6 Changed 15 years ago by anonymous

Resolution: worksforme
Status: newclosed

done this in the tracmenus.css

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
        margin:                 0;
        padding:                0;
        list-style:             none;
        z-index:                99;

menu is now shown over the text... i think that should fix that bug

comment:7 Changed 15 years ago by Catalin BALAN

(In [6551]) Fixed z-index. refs #4446

comment:8 Changed 15 years ago by anonymous

Resolution: worksforme
Status: closedreopened

comment:9 Changed 15 years ago by anonymous

Resolution: fixed
Status: reopenedclosed

Resolving ticket as fixed rather than worksforme.

comment:10 Changed 15 years ago by J Evan S

Yes, that works for us.

comment:11 Changed 15 years ago by Catalin BALAN

Awesome.

Thank you all, Catalin Balan

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Catalin BALAN.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.