Bug 912983 - Text selection "cursor" persists on blur, r=margaret

This commit is contained in:
Mark Capella 2013-10-22 18:46:43 -04:00
parent 99bb96fc84
commit 509fa75391

View File

@ -286,7 +286,7 @@ var SelectionHandler = {
this._initTargetInfo(aElement);
this._contentWindow.addEventListener("keydown", this, false);
this._contentWindow.addEventListener("blur", this, false);
this._contentWindow.addEventListener("blur", this, true);
this._activeType = this.TYPE_CURSOR;
this._positionHandles();