I updated to the 5.x-1.8 version last week and today have noticed that when this module is
enabled, it breaks the core feature of collapsible fieldsets. The links to open/close them
just disappear. If I turn it off they come back right away. I am running D 5.20.

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

With the release of a Drupal 7 version of this module (coming today), the Drupal 5 version is no longer supported.

limehouse’s picture

Version: 5.x-1.8 » 6.x-1.11

I have the same behaviour in D6.22.

limehouse’s picture

Status: Closed (fixed) » Active
quicksketch’s picture

Title: Upgrade to 5.x-1.8 break collapsible fieldsets in drupal » Collapsible fieldsets broken by External Links
Category: bug » support

Probably the same as #1139622: Invalid regular expressions (regex) may break the JavaScript on the site. The most common cause of External Links breaking things isn't coming directly from module code, it's usually an invalid Regular Expression defined in the include/exclude lists.

MakeOnlineShop’s picture

I have the same problem with an old Drupal 5, did you find a solution ?

Thanks.

ar-jan’s picture

Status: Active » Fixed

As noted in the linked issue, you can disable javascript in your browser to fix the invalid regex.
For D7, a patch that adds checking for valid regexes is in #1434104: Validate regexs (to prevent Javascript / regex problem: invalid quantifier).
Assuming fixed.

Status: Fixed » Closed (fixed)

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