Hello,

I have a problem since a while with my site, Internet Explorer closes with an error from time to time.
I managed to find axactly what cause it :
While the main page is displaying a form (content creation, hook_form in any module etc ...), if the user uses the nice menus, then Internet explorer 7 closes with an error.

Do you know how I could avoid that ?
If you need to see the problem, let me know, i'll give you access.

Thanks for your help.
Matthieu.

CommentFileSizeAuthor
#5 crash_n_m.jpg15.12 KBsl27257
#4 erreurMDA.JPG32.35 KBMatthieu

Comments

Matthieu’s picture

Version: 5.x-1.2 » 5.x-1.4

I tried to change to version 1.4, but it didn't fix the bug ...
Can anyone help ?

Thank you.
Matthieu

add1sun’s picture

Status: Active » Postponed (maintainer needs more info)

Can you tell us the error message?

add1sun’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No more info and can't reproduce. Closing.

Matthieu’s picture

Status: Closed (fixed) » Active
StatusFileSize
new32.35 KB

Hello,

Sorry for the delay in answering.
The error is the basic one on Windows XP when a program stop responding (find attached a screen shot).

add1sun I'm sending you in private message a way to reproduce the error.

Thanks for your help.
Matthieu.

sl27257’s picture

StatusFileSize
new15.12 KB

Under Vista / IE7 I get the following very informative :-) message when IE7 closes.

My guess is that it is something related to Javascript. I.e. not clearing up something or so.

(Updated)

This is my foolproof way to crash IE7:

  1. Open a page in IE7 containing a nice_menu menu
  2. Make sure you are logged in. (I can't reproduce it if I am not logged in)
  3. Click on a nice_menu item
  4. While waiting for the clicked page to show up, do not move the mouse!
  5. When the page have loaded, slowly move the mouse pointer out of the area which (the hide) menu covers
  6. Voila, IE7 start thinking for a second or so and then crashes with the message attached

/Thomas

add1sun’s picture

Status: Active » Closed (fixed)

I can't reproduce this myself. Been over a year, so I'm closing this.

vivekanandabb’s picture

ie, sigh always has problems, anyways after searching for a very long time and researching, i found out the solution

here s hw it works:

.nice-menu, .nice-menu li, .nice-menu li ul, .nice-menu li ul li, #preface, #header-wrapper,#header, #body
{
z-index:9999;
}

z-index should be increased for the root ie body till the nice menu ul li element, hope this helps someone