Just having this module enabled, breaks other modules. Even if you configure it to only show on specific pages, it breaks the other pages. So far I've encountered problems with the following modules:

I am currently using jQuery Update set to version 1.10 for non-administrative pages.

I no longer use Compact Forms (felt that it was worth mentioning), but am currently using Lazy Pane. Any help would be greatly appreciated. Thank you.

Comments

NWOM created an issue. See original summary.

nwom’s picture

Issue summary: View changes
liquidcms’s picture

Title: Incompatibility with other modules using jquery » Incompatible with jquery > 1.8
Category: Feature request » Bug report

I can confirm that this module is not working with jquery > 1.8. This is do to deprecated .live() function which needs to be replaced by, i guess .on() and .delegate depending on the version of jquery.. ughh

patch welcome or we will try to get to this in the near (ish) future.

nwom’s picture

Title: Incompatible with jquery > 1.8 » Incompatible with jquery > 1.7

Thanks for the information! I will see if I can provide a patch as a workaround for now. I looked it up, and it was in jquery 1.7 already it appears.

nwom’s picture

Here is a patch for environments using jQuery 1.7 or greater. It still needs work to support jquery versions lower than 1.7

nwom’s picture

Status: Active » Needs work
liquidcms’s picture

try this one; i think it is compatible with jq 1.4 to 1.9+ (not sure if best way to do this but i guess if we want to make modules compatible over wide range of jquery versions..

  • pmusaraj committed a9ce599 on 7.x-1.x
    integrate fix for jquery incompatibility #2616160
    
pmusaraj’s picture

Status: Needs work » Needs review

This is in dev branch, now.

The last submitted patch, 5: page_throbber-incompatible-with-2616160-5.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 7: page_throbber-incompatible-with-2616160-7.patch, failed testing.

nwom’s picture

Status: Needs work » Closed (fixed)