From cf8bb7178eb88136cb439105b48e8ecffb5f1124 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 16 Mar 2016 11:44:48 +0300 Subject: [PATCH] [DE] Bug 31899 --- apps/common/main/lib/controller/Comments.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/common/main/lib/controller/Comments.js b/apps/common/main/lib/controller/Comments.js index 7cadd65f5..abbda2c29 100644 --- a/apps/common/main/lib/controller/Comments.js +++ b/apps/common/main/lib/controller/Comments.js @@ -1111,7 +1111,9 @@ define([ this.isDummyComment = false; this.popoverComments.reset(); - + if (this.getPopover().isVisible()) { + this.getPopover().hide(); + } comment.asc_putText(commentVal); comment.asc_putTime(this.utcDateToString(new Date())); comment.asc_putUserId(this.currentUserId);