Closed (won't fix)
Project:
Devel
Version:
7.x-1.x-dev
Component:
devel_themer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2008 at 14:31 UTC
Updated:
19 Feb 2008 at 18:23 UTC
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
Comment #1
hass commentedError is away after i disabled devel_themer.
Comment #2
moshe weitzman commentedthat comes from jquery ui. file a bug there.
Comment #3
STyL3 commentedI 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.
Comment #4
hass commentedmoshe said it is "jquery ui". The bug is not fixed yet...
Comment #5
STyL3 commentedwell 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.
Comment #6
hass commentedhttp://ui.jquery.com/
Comment #7
STyL3 commentedthank you
Comment #8
mdomin7 commentedTry 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');
Comment #9
mdomin7 commentedsorry, my crazy proxy server send comment triple. edited this one and deleted tripled info.
Comment #10
mdomin7 commentedsorry, my crazy proxy server send comment triple. edited this one and deleted tripled info.