Description of problem: Open set home page modal by click "accountname" -> "Set Home Page", click outside modal, the modal disappears automatically. Version-Release number of selected component (if applicable): openshift v3.9.0-alpha.2+00c6589-9 kubernetes v1.9.0-beta1 How reproducible: Always Steps to Reproduce: 1.Open set home page modal by clicking "accountname" -> "Set Home Page", click outside modal 2. 3. Actual results: 1.The modal disappears automatically. Expected results: 2.The modal should not disappear without click "Save" or "Cancel" button. Additional info: Same issue exists for "Tour Catalog Home" modal.
Assigning to Robb since he fixed the other related bug. We should probably decide generally how we want these modals to behave. The default bootstrap behavior is to dismiss when clicking outside, so in that sense it's a feature not a bug. It's not clear to my why it's a problem, although I can see an argument for confirmation prompts.
PR to resolve: https://github.com/openshift/origin-web-console/pull/2660
Fixed in 3.9.0-0.20.0, could verify when ON_QA
Checked on OCP v3.9.0-0.20.0, the modals won't disappear when clicking on background. So move the bug to Verified.