Closed (fixed)
Project:
Fieldset helper
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 19:23 UTC
Updated:
1 Mar 2012 at 17:20 UTC
This is a redirect of an issue from Pathologic found here: http://drupal.org/node/824992#comment-5122540
Recent versions of Pathologic don't play well with URLs that contain Javascript:
The argument from the author of that module is that the javascript: construct is 'obsolete' ...
Way back in 1995 or so, when web browsers first started being able to use JavaScript, using "javascript:" URLs to run scripts was the norm, but nowadays there are far better ways to do so and doing this these days is very bad form for various reasons, not the least of which being that it makes the link completely useless to someone with JavaScript disabled in their browser.
... any thoughts?
Comments
Comment #1
jrockowitz commentedI agree that the 'javascript:' protocol is obsolete and the toggle all links should fail more gracefully (aka be hidden) when JavaScript is disabled. So, I updated the 6.x-2.x-dev branch.
Comment #2
jrockowitz commented