Bug 1359991, remove flush when clicking tab, r=mconley

This commit is contained in:
Neil Deakin 2017-10-04 11:10:14 -04:00
parent 4d3b46e590
commit f5010781c8

View File

@ -8084,7 +8084,6 @@
<![CDATA[
if (this.selected) {
this.style.MozUserFocus = "ignore";
this.clientTop; // just using this to flush style updates
} else if (this.mOverCloseButton ||
this._overPlayingIcon) {
// Prevent tabbox.xml from selecting the tab.