It seems that the bootstrap.js is killing the page when the module "Edit" is activated.

I am running jquery update with 1.7.

I get this in console log:

Uncaught Syntax error, unrecognized expression: # jquery.js:3622
Sizzle.error jquery.js:3622
Sizzle.filter jquery.js:3608
Sizzle jquery.js:3398
Sizzle jquery.js:4485
jQuery.fn.extend.find jquery.js:4713
jQuery.fn.jQuery.init jquery.js:179
$.fn.init drupal.js:26
jQuery jquery.js:25
getParent bootstrap.js:754
(anonymous function) bootstrap.js:741
jQuery.extend.each jquery.js:639
jQuery.fn.jQuery.each jquery.js:263
clearMenus bootstrap.js:740
jQuery.event.handle jquery.js:2562
elemData.handle.eventHandle jquery.js:2201

I would say it was edit's fault but it seems most of this is bootstrap and jquery stuff.

Comments

markhalliwell’s picture

Title: Incompateble with Edit module » Incompatible with Bootstrap theme
Project: Bootstrap » Edit
Version: 7.x-2.0-beta3 » 7.x-1.x-dev
Status: Active » Closed (duplicate)

It's Edit that's causing this issue. Please read #1959946-18: Document theme requirements. Seems that module is having issues with jQuery and jQuery UI. Unfortunately these libraries are simply just difficult in nature given their constant API changes from version to version. Because the functionality breaks only when using the Edit module, I'm moving this to their queue, marking this as a dup and referencing it on the aforementioned issue.