﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5470	protocol field and url field doesn't update properly on change	Marko		"When I'm browsing the server for links and selecting one (http://google.com) sometimes in url field I get google.com and sometimes http://google.com. I think it's every other time.

When I've changed this:

{{{
var protocol = urlOnChangeProtocol.exec( url );
}}}


into this:

{{{
var protocol = url.match( urlOnChangeProtocol );
}}}


Code is working every time.

This was on Firefox 3.6/Ubuntu with firebug.
"	Bug	closed	Normal		General	3.2	fixed		
