From 850558ac1530bd2386be587b1ba872ffc71c7af2 Mon Sep 17 00:00:00 2001 From: syeshchenko Date: Wed, 5 Feb 2014 11:06:57 -0800 Subject: [PATCH] Disable file list when file upload process running --- .../modules/present/ui/views/FileUploadWindow.mxml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml index 2e92b6967c..c768c8ccd9 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml @@ -133,6 +133,8 @@ with BigBlueButton; if not, see . fileFormatHintLbl.visible = false; fileFormatHintLbl.includeInLayout = false; + uploadedFilesList.enabled = false; + progressReportBox.includeInLayout = true; progressReportBox.visible = true; @@ -306,7 +308,7 @@ with BigBlueButton; if not, see . -