jQuery-UI-Dialog-extended icon indicating copy to clipboard operation
jQuery-UI-Dialog-extended copied to clipboard

Incompatibility with jQuery 1.11.0 and/or jQuery UI 1.10.4

Open rileyelliott opened this issue 11 years ago • 8 comments

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.

rileyelliott avatar Jul 01 '14 16:07 rileyelliott

Interesting. I'll take a look.

jasonday avatar Jul 23 '14 03:07 jasonday

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.

nlhkabu avatar Aug 11 '14 22:08 nlhkabu

I'm having precisely the same issue. Using Jquery 1.10.2 and jQuery UI 1.10.3.

swirlingskirts avatar Sep 14 '14 04:09 swirlingskirts

Found a simple solution that totally removed the error and the resulting symptoms I was experiencing. Submitting my change for approval. :)

swirlingskirts avatar Sep 14 '14 22:09 swirlingskirts

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 .

jasonday avatar Sep 14 '14 23:09 jasonday

Awesome! :+1:

swirlingskirts avatar Sep 15 '14 17:09 swirlingskirts

Hey, still the same error here. I'm using jQuery 1.11.2 and UI 1.11.3 @kgenly : whats the solution on that?

shooby avatar Mar 06 '15 09:03 shooby

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 .

jasonday avatar Mar 06 '15 14:03 jasonday