We have moved to Github. Please open tickets there.

#3772 closed Defect (duplicate)

mainmenu dont expand on IE9

Reported by: illifly Owned by:
Priority: normal Milestone: Elgg 1.8.1b
Component: Core Version: 1.8 Beta
Severity: major Keywords:
Cc: brett@… Difficulty:

Description

On the mainmenu in 1.8 the more link dont expand on mouseover on IE9. The "more" link is also not clickable, so user with IE9 cant go to this items which are listed under "more"!
I used IE9 Version 9.0.8112.16421 in german.

Change History (4)

comment:1 Changed 21 months ago by brettp

  • Keywords mainmenu,expand removed
  • Milestone changed from Needs Review to Elgg 1.8.1b

comment:2 Changed 20 months ago by cash

I changed the "more" anchor tag on a test install to use a # for the href. We could do that or add some CSS so that the cursor looks like it is a menu.

I also tweaked the CSS and got the more menu to work on IE8 without javascript. I was not able to get it to work on IE7.

comment:3 Changed 20 months ago by brettp

I spent hours trying to get the hover dropdown to work in IE7--IE8 and 9 were working okay. That's which is why I eventually gave up and used JS. With the amount of frustration I encountered getting it to work in IE7, I wouldn't mind using JS + CSS for IE7 only.

The problem, as I vaguely remember it, is IE7's hover is broken and loses focus on lists. You can't make the list elements fill the entire element box, so the browser thinks it's losing hover focus on the list and so kills the displaying markup.

comment:4 Changed 20 months ago by brettp

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

Dupe of #3770.

Note: See TracTickets for help on using tickets.