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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 878046-6.wysiwyg_imagefield-jquery_update.patch | 1.5 KB | ksenzee |
Comments
Comment #1
sinasalek commentedJquery_ui 1.x.dev
Comment #2
sinasalek commentedWhat's wrong with me today!! false bug report sorry
Comment #4
alan d. commentedWhatever 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.
Comment #5
geaseI'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.
Comment #6
ksenzeeRight 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.