зеркало из https://github.com/mozilla/gecko-dev.git
Bug 396863, check the menu to ensure that the timer is for the right one, prevents multiple submenus from appearing, r+sr=roc,a=beltzner
This commit is contained in:
Родитель
2e01f470e6
Коммит
60384bd8c8
|
@ -603,7 +603,7 @@ nsXULPopupManager::HidePopupCallback(nsIContent* aPopup,
|
|||
nsPopupType aPopupType,
|
||||
PRBool aDeselectMenu)
|
||||
{
|
||||
if (mCloseTimer) {
|
||||
if (mCloseTimer && mTimerMenu == aPopupFrame) {
|
||||
mCloseTimer->Cancel();
|
||||
mCloseTimer = nsnull;
|
||||
mTimerMenu = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче