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

jrockowitz’s picture

I 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.

jrockowitz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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