I get this error with and without JS compression enabled.

$.ui[w] has no properties
add("droppable", "activate", "activeClass", function())jquery-ui-drag.mi... (line 8)
(no name)(function())jquery-ui-drag.mi... (line 44)
[Break on this error] (function($){$.ui=$.ui||{};$.extend($.ui,{plugin:{add:function(w,c,o,p){var a=$....

Comments

hass’s picture

Component: devel » devel_themer

Error is away after i disabled devel_themer.

moshe weitzman’s picture

Status: Active » Closed (won't fix)

that comes from jquery ui. file a bug there.

STyL3’s picture

I am getting this same error. Has this been solved? I reviewed some of the jquery projects and didn't see anything listed in their reported issues.

to bring attention to this issue, which jquery project would i post it under? any help is greatly appreciated.

hass’s picture

moshe said it is "jquery ui". The bug is not fixed yet...

STyL3’s picture

well i haven't found a "jquery ui" project so I guess I'm unable to report it. also, when he said it was a jquery ui problem, i took it to mean that it is coming from that js, since the name of the js is jquery-ui-drag.

hass’s picture

STyL3’s picture

thank you

mdomin7’s picture

Try this.
Download jQuery UI 1.5b from http://ui.jquery.com/
Copy jquery.dimensions.js, ui.mouse.js,ui.draggable.js,ui.draggable.ext.js to devel module and change devel_themer.module
line 66 from drupal_add_js($path .'/jquery-ui-drag.min.js');
to this:

drupal_add_js($path .'/jquery.dimensions.js');
drupal_add_js($path .'/ui.mouse.js');
drupal_add_js($path .'/ui.draggable.js');
drupal_add_js($path .'/ui.draggable.ext.js');

mdomin7’s picture

sorry, my crazy proxy server send comment triple. edited this one and deleted tripled info.

mdomin7’s picture

sorry, my crazy proxy server send comment triple. edited this one and deleted tripled info.