http://drupal.org/node/1097792 was fixed by including a JS file with a JQuery UI fix. However, the JS file is added at group level JS_THEME, when it should be added at group level JS_MODULE.

CommentFileSizeAuthor
#2 1274834-fixed.patch644 bytesdub4u
#1 1274834.patch643 bytesdub4u

Comments

dub4u’s picture

StatusFileSize
new643 bytes

Patch attached.

dub4u’s picture

StatusFileSize
new644 bytes

Sorry, I meant JS_DEFAULT, there is no JS_MODULE. New patch attached.

dub4u’s picture

Status: Active » Needs review

Review request.

dawehner’s picture

Status: Needs review » Fixed

Okay this make sense, because JS_LIBRARY has weight - 100, js_DEFAULT 0 and JS_THEME 100 so you can override this behaviour in your theme. Thanks for providing a patch!

Commited to 7.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.