jQuery-UI-Dialog-extended
jQuery-UI-Dialog-extended copied to clipboard
Incompatibility with jQuery 1.11.0 and/or jQuery UI 1.10.4
When creating the dialog, I receive: Uncaught TypeError: Cannot set property 'events' of undefined
Pertaining to line: $.ui.dialog.overlay.events = $.map('focus,keydown,keypress'.split(','), function (event) {
Using the versions of jQuery and jQuery UI you use in your jsFiddle fixes the issue.
Interesting. I'll take a look.
I had the same issue - it's related to the jqueryui version, not the jquery version. It works up to 1.9.2 - but breaks from 1.10.0 onwards.
I'm having precisely the same issue. Using Jquery 1.10.2 and jQuery UI 1.10.3.
Found a simple solution that totally removed the error and the resulting symptoms I was experiencing. Submitting my change for approval. :)
I will take a look and test further. Thanks! On Sep 14, 2014 6:46 PM, "kgenly" [email protected] wrote:
Found a simple solution that totally removed the error and the resulting symptoms I was experiencing. Submitting my change for approval. :)
— Reply to this email directly or view it on GitHub https://github.com/jasonday/jQuery-UI-Dialog-extended/issues/1#issuecomment-55542153 .
Awesome! :+1:
Hey, still the same error here. I'm using jQuery 1.11.2 and UI 1.11.3 @kgenly : whats the solution on that?
I need to look at updating the plugin for newer versions of jQuery & jQuery UI.
On Fri, Mar 6, 2015 at 4:28 AM, shooby [email protected] wrote:
Hey, still the same error here. I'm using jQuery 1.11.2 and UI 1.11.3 @kgenly https://github.com/kgenly : whats the solution on that?
— Reply to this email directly or view it on GitHub https://github.com/jasonday/jQuery-UI-Dialog-extended/issues/1#issuecomment-77530155 .