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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | crash_n_m.jpg | 15.12 KB | sl27257 |
| #4 | erreurMDA.JPG | 32.35 KB | Matthieu |
Comments
Comment #1
Matthieu commentedI tried to change to version 1.4, but it didn't fix the bug ...
Can anyone help ?
Thank you.
Matthieu
Comment #2
add1sun commentedCan you tell us the error message?
Comment #3
add1sun commentedNo more info and can't reproduce. Closing.
Comment #4
Matthieu commentedHello,
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.
Comment #5
sl27257Under 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:
/Thomas
Comment #6
add1sun commentedI can't reproduce this myself. Been over a year, so I'm closing this.
Comment #7
vivekanandabb commentedie, 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