Bug 858643 - Don't handle mouseover event for closing tabs; r=dao

This commit is contained in:
Tim Taubert 2013-04-11 14:11:14 +02:00
parent 22483279ed
commit 95638aed3f

View File

@ -4271,7 +4271,7 @@
this.mOverCloseButton = true;
let tab = event.target;
if (tab.selected)
if (tab.selected || tab.closing)
return;
let tabContainer = this.parentNode;