I have the latest jquery_update-7.x-2.x-dev installed and use jquery 1.7 for the front-end theme and jquery 1.5 for the backend theme. On the frontend theme, I am getting the following error in all browsers:
Uncaught TypeError: Cannot set property 'events' of undefined jquery.ui.dialog.patch.js:24
I fixed this by adding an extra check to make sure that $.ui.dialog.overlay is defined in jquery.ui.dialog.patch.js:24.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | views-check_ui_dialog_overlay-1995892-4.patch | 888 bytes | hswong3i |
Comments
Comment #2
jason.fisher commentedPatch doesn't apply cleanly but the fix works for jQuery 1.7/1.8.
Comment #3
alayham commentedThis patch solved my problem, although it does not apply properly.
Comment #4
hswong3i commentedPatch reroll via GIT 7.x-3.x, and now applied to drustack_core-7.x-24.x.
Comment #5
BrockBoland commented#4 looks good and applies cleanly.
Comment #6
hadsie commented#4 works for me too. thanks!
Comment #7
aprohl5 commentedThis patch applied cleanly for me as well and seems to fix the problem on 7.x-3.8. It would be great to see this patch make it into the views module.
Comment #9
dawehnerSeems legit, thank you for the patch!