[jquery-ui] Re: Weird data error

2009-11-02 Thread Jeremy Electronic
Hi, many thanks for posting the followup with your solution... I've come across the same problem (fadeOut on a draggable item, then calling remove() on it) but would have spent at least an hour tracking down the solution were it not for this post. J On Oct 19, 10:33 am, Brandon Ryall wrote: > Fi

[jquery-ui] Re: Weird data error

2009-10-19 Thread Brandon Ryall
Figured I'd share this just in case anybody ever runs into a similar error, My problem appeared to be that I was trying to "destroy" the draggable items after they had already been cleared out. Just moved the code for the "destroy" above the html clear and everything went back to functioning prope

[jquery-ui] Re: Weird data error

2009-10-16 Thread Richard D. Worth
On Fri, Oct 16, 2009 at 3:22 PM, Brandon Ryall wrote: > > After playing around with it a bit using firebug lite and the non-min > version of jquery-ui I found that the bug appears to be a conflict > with ui.draggable.js > $.ui.plugin.add("draggable", "cursor", { >start: function(event, ui)

[jquery-ui] Re: Weird data error

2009-10-16 Thread Brandon Ryall
After playing around with it a bit using firebug lite and the non-min version of jquery-ui I found that the bug appears to be a conflict with ui.draggable.js $.ui.plugin.add("draggable", "cursor", { start: function(event, ui) { var t = $('body'), o = $(this).data('draggable

[jquery-ui] Re: Weird data error

2009-10-16 Thread Fontzter
Brandon, There is a lot going on there. Try switching out some of the minimized js files for the full versions so you can debug and see where the error is more easily. Debugging is tough in IE. You could use firebug lite and write things to the console around where you suspect the error (seems

[jquery-ui] Re: Weird data error

2009-10-16 Thread Brandon Ryall
Hey Richard Thanks for the reply. To see a working error of this you can go to http://testx3.emaint.com and login as JQUERY:JQUERY (username:password). Once logged in you may have to navigate to the tab that says "Scheduling (Beta)". On that page is where the error occurs. If you drag one of tho

[jquery-ui] Re: Weird data error

2009-10-15 Thread Richard D. Worth
A code sample would help. If you don't have a place to host a live sample page, please post to jsbin.com: http://jsbin.com/ Thanks. - Richard On Thu, Oct 15, 2009 at 3:48 PM, Brandon Ryall wrote: > > Has anybody ever come across this in IE? > > Message: 'data(...).options' is null or not an obj