Description of problem: When an box with error message appears and one tries to select it's text using double-click, the error message disappears (with the first click) which is quite unexpected and inconvenient when dealing with some errors that appears sporadically. Version-Release number of selected component (if applicable): Version 5.7.3.2.20170621144854_6c833cc How reproducible: always Steps to Reproduce: 1. Generate error message. For example set the Hawkular URL and port so that you will get connection reset when connecting it. 2. Error message appears 3. Click on the flash error message. Actual results: It disappears preventing user to copy the error message Expected results: It stays. Some [X] button should be used to get rid of the message rather than just clicking on it. Additional info:
Created attachment 1303778 [details] inline notification
https://github.com/ManageIQ/manageiq-ui-classic/pull/2580
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/ab073400a38e6700946cdce9e1d99576ab0e6f98 commit ab073400a38e6700946cdce9e1d99576ab0e6f98 Author: Dávid Halász <dhalasz> AuthorDate: Tue Oct 31 16:52:13 2017 +0100 Commit: Dávid Halász <dhalasz> CommitDate: Tue Oct 31 16:52:13 2017 +0100 Add a dismiss button for dynamically generated flash messages https://bugzilla.redhat.com/show_bug.cgi?id=1467629 app/assets/javascripts/miq_flash.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)