diff --git a/toolkit/content/widgets/browser.xml b/toolkit/content/widgets/browser.xml index 5cde17477403..d8cbec8ff9a6 100644 --- a/toolkit/content/widgets/browser.xml +++ b/toolkit/content/widgets/browser.xml @@ -48,7 +48,7 @@ xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - + - + + + + + + + @@ -862,7 +878,8 @@ this.currentURI.spec == "about:blank"|| this.isAutoscrollBlocker(event.originalTarget)) return; - this.addEventListener('mousemove', this.handleMouseMove, false); + this.addEventListener("mousemove", this, false); + this.contentDocument.addEventListener("blur", this, true); this._screenX = event.screenX; this._screenY = event.screenY; this._startX = event.screenX;