﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9908	Link dialog code is outdated after JS links has been forbidden	Piotrek Koszuliński		"Since #9289 JS links aren't allowed, but I found some evidences that that patch wasn't complete. E.g.:

{{{
urlOnChangeTestOther = /^((javascript:)|[#\/\.\?])/i;
}}}

Few lines later part of this pattern is invalidated:

{{{
if ( (/javascript\:/).test( this.getValue() ) ) {
    alert( commonLang.invalidValue );
    return false;
}
}}}"	Bug	closed	Normal		General	4.0	invalid		
