|
Bugzilla – Full Text Bug Listing |
| Summary: | buttons order doesn't adapt to that of GNOME | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Forgotten User CRPsQFwJ3b <forgotten_CRPsQFwJ3b> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | forgotten_h13THG8RK1, locilka, michael.monreal |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User CRPsQFwJ3b
2008-05-19 17:03:34 UTC
Hi Ivan. This isn't really possible to get done in time for 11.0. Furthermore, this requires more significant changes that would go beyond the GTK specific code -- possibly touching the code of all yast individual tools -- and I don't see much interest in solving this -- and we have tried to get this feature discussed a few times in the past already... But again, no way we'll be able to see this for 11.0, and yast guys already have a lot of issues to keep them busy already, so let's try to get it ready for the next one. mass reopening of later+remind bugs of 11.0 Please assign or add as CC yast2-libyui's maintainer, so we can discuss this. That's a long-standing feature request. There are huge discussions somewhere. *** Bug 404822 has been marked as a duplicate of this bug. *** Ivan, Stefan here has implemented that in SVN. Please stay tuned for the 11.1 Betas (or check the next Alpha already if possible) to see if the particular instance you are reporting has been fixed. Greatly appreciated! See also http://lizards.opensuse.org/author/sh-sh-sh/ http://en.opensuse.org/YaST/Development/Misc/Button_Order Lukas, it seems that modules/SignatureCheckDialogs.ycp doesn't use yet the ButtonBox. Could you change that? (you'll also have to change the `import and `dont_import id to something like `yes_import and `no_import ...) Only one function (ItemSignedWithPublicSignature) didn't use the ButtonBox widget.
I don't need to change `import to `yes_import because the module uses these params:
* `import --> `opt (`okButton, `key_F10)
* `dont_import --> `opt (`cancelButton, `key_F9)
these `opt arguments overrule `id(s)
Fixed in yast2-2.17.17 |