Bug 823325 - Hide thumb when selected tab changes. r=mfinkle

This commit is contained in:
Brian Nicholson 2013-01-08 14:02:18 -08:00
parent e2220cf6e6
commit 9f66259322

View File

@ -1874,6 +1874,10 @@ var SelectionHandler = {
break;
}
case "Tab:Selected":
if (this._activeType == this.TYPE_CURSOR) {
this.hideThumb();
}
// fall through
case "Window:Resize": {
if (this._activeType == this.TYPE_SELECTION) {
// Knowing when the page is done drawing is hard, so let's just cancel