Hide Forgot
Description of problem: Probably stemming from the fix for bug #705868, if user hits tab in the confirm modal in chrome, all focus is lost -- sometimes disallowing any mouseclick at all. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create a user 2. Click the Remove User link 3. On the resulting confirmation screen, note mouse focus. 4. Hit the tab button (possibly multiple times) Actual results: Focus is lost. In some cases, any ability to click either yes/no is lost, but that doesn't seem to be 100% of the time Expected results: Tab should change focus to other button on screen; repeated tabs should toggle the focus. Additional info:
same stuff happens for me on env. removal.
I've put in a fix to at least make the tabindex go from no to yes, but this is actually supposed to be fixed in 1.9 jquery ui. See the following bug report: http://bugs.jqueryui.com/ticket/3123 Also I added the ability to close (basically hit no) by hitting the escape key.
commit 681b0dbb8d151002ed6a7ba30063b992ec015900 Author: Jason E. Rist <jrist@redhat.com> Date: Wed Jan 11 14:02:39 2012 -0700 740584 - Fix for buttons within jQuery UI Dialog.
Verified.
getting rid of 6.0.0 version since that doesn't exist