|
Bugzilla – Full Text Bug Listing |
| Summary: | CheckBoxFrame is inverted | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Michal Zugec <mzugec> |
| Component: | YaST2 | Assignee: | Stefan Hundhammer <shundhammer> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Alpha 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
unchecked
checked |
||
Created attachment 185970 [details]
unchecked
Created attachment 185971 [details]
checked
You are right. The internal "autoEnable" and "invertAutoEnable" flags were not properly initialized. Fixed in SVN trunk. |
openSUSE11.0Alpha0, there is code such: `Left (`CheckBoxFrame ( `id ("use_proxy"), _("&Use Proxy for Accessing the Internet"), false, `VBox ( `Left (`HBox ( but it doesn't works according documentation: By default, the frame content (the child widgets) get disabled if the check box is set to "off" (unchecked) and enabled if the check box is set to "on" (cheched). But it works inverted