Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
"Enter Boot Loader Password" dialog, randomly loses focus after warning dialog is shown.
Version-Release number of selected component (if applicable):
anaconda-13.21.186-1.el6
How reproducible:
randomly
Steps to Reproduce:
1. start graphical installation
2. proceed to the boot configuration screen
3. check "Use a boot loader password"
4. enter two different passwords (or leave it empty) and click OK
5. warning dialog appears - click OK
6. if "Enter Boot Loader Password" has focus, go to step 4
Actual results:
"Enter Boot Loader Password" loses focus
Expected results:
"Enter Boot Loader Password" is focused
Described issue was firstly observed on a virtual machine in KVM, but I'm not able to reproduce when installing via vnc.
Host system is Fedora 17, qemu-kvm-1.0.1-2.fc17.x86_64, command to run the virtual machine:
$ qemu-kvm -hda images/disk_1 -net user -net nic,model=virtio -boot c -m 2G
I will attach anaconda logs from the installation in KVM.
Which window gets focus seems to be affected by the position of the dialog being closed. Or I may be imagining it, but I was able to reproduce with the following:
1) Check "Use a boot loader password"
2) Enter a password in the first field
3) Hit OK in the "Enter Boot Loader Password" window
4) When "Passwords don't match" pops up, move the window so that it's no longer on top of "Enter Boot Loader Password"
5) Hit OK in the "Passwords don't match" window
...repeat 3-5 a few times until "Enter Boot Loader Password" loses focus