When i enable this module i receive the following error which stops all javascripts from working properly. when i disable i no longer see the error

Error: cell[0] is undefined
Source file: jquery_update/replace/tabledrag.js?m
Line: 130

Jquery_update 2.x.dev
Jquery_ui 2.x.dev

Comments

sinasalek’s picture

Jquery_ui 1.x.dev

sinasalek’s picture

Status: Active » Fixed

What's wrong with me today!! false bug report sorry

Status: Fixed » Closed (fixed)

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

alan d.’s picture

Whatever is wrong with sinasalek, must be wrong with me too. ;) Duplication of error while testing if it would work with jWYSIWYG 0.6

I'm guessing that this is a not yet supported issue rather than a bug with the standard config, but reporting this here with the reason why I got it to let others know.

gease’s picture

Status: Closed (fixed) » Active

I'm getting this error in the following setup:

Wysiwyg 6.x-2.3 with CKEditor
jQuery Update 6.x-2.0-alpha1
jQuery UI 6.x-1.4 with jQuery UI 1.6 or 1.7
Wysiwyg ImageField 6.x-1.x-dev or 6.x.-1.1
FileField Sources 6.x-1.2
Views 6.x-2.12

If I turn off Views or jQuery update, error disappears.

ksenzee’s picture

Version: 6.x-1.1 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new1.5 KB

Right now jQuery Update breaks Wysiwyg Imagefield. It's because Drupal.wysiwygImageField.focus() is incompatible with jQuery UI Dialog 1.10+. They added an appendTo option that lets you specify where within the DOM to place the dialog, and it doesn't take kindly to being forcibly placed elsewhere, the way focus() currently does. Here's a patch that adds support for the new option while still maintaining backwards compatibility with the old version shipped with core.