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:
jaggernaut%netscape.com 2006-09-14 06:06:52 +00:00
parent 637c71abb1
commit c018308273

View File

@ -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;