Active
Project:
SimpleMenu
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Apr 2009 at 14:43 UTC
Updated:
27 Mar 2012 at 01:48 UTC
Jump to comment: Most recent file
If site is opend in Internet Explorer (any version) and something with ajax happens (e.g. ajax_comments or popups), simple menu just clones itself...
(see attachment)
Apache 2.2.11
PHP 5.2.9
MySQL 5.1.32
Drupal 6.10
Seriously need help on this.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | simplemenu-enabled.patch | 453 bytes | kndr |
| #4 | simplemenu.js_.txt | 2.64 KB | XerraX |
| IE-Problem.jpg | 140.65 KB | XerraX |
Comments
Comment #1
XerraX commentedComment #2
XerraX commentedi fixed this by reverting
Drupal.behaviors.simplemenuAttach = function(context)
back to
$(document).ready(function()
Comment #3
HallSL commentedI'm seeing a similar behavior in Firefox, when editing views or blocks. Is the solution above a good one? If so, where do I put that? Thanks!
Comment #4
XerraX commentedsince i dont know how to create a patch, i will give you my file.
take the file, rename it to simplemenu.js and put it into your "simplemenu" folder
Comment #5
kndrPatching this issue is quite simple. We must prevent Drupal behaviours from beeing processed twice. I've attached patch. It works for me.
Comment #6
emilyf commentedpatch works great. thanks.
Comment #7
AlexisWilke commentedPatched applied, looks good to me. 8-)
It will be checked in shortly.
Thank you.
Alexis Wilke
Comment #9
nor4a commentedThe problem is back in the IE for Drupal 7 - for example when pressing the "add another item" button for multiple fields.
Problem seams to be whith the overlay - as it has different body as the main document and this check fails:
Fixed by adding this to the simplemenu.js file "attach" function:
Comment #10
crobinson commentedComment #11
crobinson commentedPatch pending discussion with Alexis.