Bug 1136192
| Summary: | The possibility to disable bootloader install is hidden (and avoiding to be found when sought) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | jiri vanek <jvanek> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED NOTABUG | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | duffy, mbanas, mkolman |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-30 18:41:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
jiri vanek
2014-09-02 06:48:33 UTC
> Current behaviour: > The button appears *only* when *no* disk is selected (in install to section) I think it is actually the opposite - the button/link it is only shown when one or more disks are selected for installation. > and even once it is visible, it is hiding somewhere deeply low so it easily > avoid user's focus. And even if it is noted by user, its title do not > suggest that bootloader turn off is here. But I have to agree with this - it is rather hard to find where to disable bootloader installation. So I'm CCing Mairin Duffy for any thought on how to improve the current situation. Martin is correct - the link only appears when one or more disks are selected for installation, which is the behavior you would expect. Tooltips aren't really a great solution for anything, though. They are not helpful for people who can only use the keyboard. We can't rely on them to convey important information because of this, which is why we only use them rarely. Anyway if I choose a disk and then look all over the screen, I see exactly one thing that even mentions a boot loader and that looks like a link that I've seen in web browsers and such, so it seems pretty obvious that it's something you should click on. Then if I click on it, I get a dialog with the current boot device checked. There's a button at the bottom allowing toggling this. About the only thing I can think of to help here is that the row is also sensitive to clicks and allows for toggling bootloader status there. Remember that what we are trying for here is being useful to a range of people. Disabling bootloader installation is something that relatively few people are going to want to do. The greater prominence we give that option, the more cluttered things are going to look for everyone else. I think we've struck a good balance right now of offering the ability to change bootloader installation without actually making it tough to do. Closing per comment #2. |