ArielOctavio / jquery-dialogextend

Automatically exported from code.google.com/p/jquery-dialogextend
0 stars 0 forks source link

Error "cannot call methods on draggable prior to initialization" #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the "Example - Basic Config" from this site
2. Open the dialog, and maximize it

What is the expected output? What do you see instead?
Error thrown: "cannot call methods on draggable prior to initialization; 
attempted to call method 'option'".

What version of the product are you using? On what operating system?
jquery.dialogextend.1_0_1.js
jquery 1.8.3
jquery ui 1.9.2
Windows 7
Firefox 17.0, Chrome 23.0.1271.91, IE 9

Please provide any additional information below.
Screen dump of Firebug stack trace attached

Original issue reported on code.google.com by pnew...@aurora-solutions.net on 27 Nov 2012 at 4:34

Attachments:

GoogleCodeExporter commented 8 years ago
If you comment out 158 line '.draggable("option", "handle", null)' then error 
is not thrown and the rest works.
Probably it was a fix for Jquery UI.

Original comment by rasa...@gmail.com on 5 Dec 2012 at 10:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
dialogextend 1.0.1 is compatible with jquery 1.7.2 and jquery-ui 1.8.22. You 
must downgrade, wait for new version or comment out that line mentioned above...

- it's line 171 in the last (1.1) GIT version

Original comment by vha...@cellbest.biz on 3 Feb 2013 at 5:27