Bug 104352: Status bar ticker fails to update when tabs switched. patch by Neil, jag, r=Neil, sr=jag
git-svn-id: svn://10.0.0.236/trunk@211316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
637c71abb1
commit
c018308273
@ -277,6 +277,11 @@ nsBrowserStatusHandler.prototype =
|
||||
|
||||
onLocationChange : function(aWebProgress, aRequest, aLocation)
|
||||
{
|
||||
// XXX temporary hack for bug 104532.
|
||||
// Depends heavily on setOverLink implementation
|
||||
if (!aRequest)
|
||||
this.status = this.jsStatus = this.jsDefaultStatus = "";
|
||||
|
||||
this.setOverLink("");
|
||||
|
||||
var locationURI = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user