From 9559eb55eb848aa4e67de5c9f4c5b6f5554e5be7 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Tue, 23 Sep 2014 00:04:32 -0400 Subject: [PATCH] Bug 1068641 - Firefox :: Options popup could not be closed by pressing * btn --- app/source/dialogs.brs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/source/dialogs.brs b/app/source/dialogs.brs index ababd46..cbf2c31 100644 --- a/app/source/dialogs.brs +++ b/app/source/dialogs.brs @@ -70,6 +70,9 @@ function showPopup(title As dynamic, buttons As dynamic) As object else if dlgMsg.isButtonPressed() dialog = invalid return dlgMsg.getIndex() + else if dlgMsg.isButtonInfo() then + dialog = invalid + return -1 endif endif end while