|
Bugzilla – Full Text Bug Listing |
| Summary: | Combo box in boot loader not updated correctly | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Alistair Hamilton <alistair> |
| Component: | YaST2 | Assignee: | Stefan Hundhammer <shundhammer> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsrain |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Alistair Hamilton
2005-08-30 18:14:01 UTC
The point is that the boot loader is installed in the default location, and not that selected by the user. For the confused people: What Alistair wanted to say is that the radio-button for the `other' location should automatcially be checked when the drop-down-box is activated for convenience. Sounds like a good idea. OK, this is just a usability enhancement request. Will solve it for 10.1. Fixed in SVN for 10.1. Stefan, I realized, that editable combo box generates an event if user selects different item, but it does not if user edits the contents of the entry (eg. like TextEntry). Could you, please, check it? Neither `opt (`notidy, immediate) made it work... Now sending ValueChanged event for YQComboBox if `opt(`notify,`editable) is set and the user edits the text in the combo box. |