Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
javascript
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2012 at 09:20 UTC
Updated:
30 May 2012 at 09:33 UTC
If you have form with
'#collapsible' => TRUE
Then the misc/collapse.js will be included.
This results in FireFox Browser in "uncaught exception: Syntax error, unrecognized expression:" message.
Because of this, no further
$(function() { });
will be excecuted which breaks alot of other modules!
| Comment | File | Size | Author |
|---|---|---|---|
| illegal_jQuery_creator_in_misc_collapse_js.patch | 430 bytes | greenrover33 |
Comments
Comment #1
nod_Hey, there is already an issue about this and the patch should be for 8.x then backported to 7.x
please update #1606110: Exception thrown in collapse.js by .after(' ') breaks CKEditor display in term edit pages with your patch. Thanks.