Bug 802549 - Avoid showing dropdown while fading toolbar out (r=mfinkle)

This commit is contained in:
Lucas Rocha 2012-11-16 16:32:17 +00:00
parent 1b3f4cf9af
commit 295c301620

View File

@ -630,6 +630,9 @@ AboutReader.prototype = {
aEvent.stopPropagation();
if (!this._getToolbarVisibility())
return;
let dropdownClasses = dropdown.classList;
if (dropdownClasses.contains("open")) {