Closed (fixed)
Project:
External Links
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2009 at 18:38 UTC
Updated:
1 Dec 2012 at 17:50 UTC
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
Comment #1
quicksketchWith the release of a Drupal 7 version of this module (coming today), the Drupal 5 version is no longer supported.
Comment #2
limehouse commentedI have the same behaviour in D6.22.
Comment #3
limehouse commentedComment #4
quicksketchProbably 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.
Comment #5
MakeOnlineShop commentedI have the same problem with an old Drupal 5, did you find a solution ?
Thanks.
Comment #6
ar-jan commentedAs 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.