Opened 15 years ago
Closed 13 years ago
#5470 closed Bug (fixed)
protocol field and url field doesn't update properly on change
Reported by: | Marko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2 |
Keywords: | Cc: |
Description
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.
I was not able to reproduce it on the current trunk