Bug 346139

Summary: CheckBoxFrame is inverted
Product: [openSUSE] openSUSE 11.0 Reporter: Michal Zugec <mzugec>
Component: YaST2Assignee: 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

Description Michal Zugec 2007-12-05 10:25:06 UTC
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
Comment 1 Michal Zugec 2007-12-05 10:26:16 UTC
Created attachment 185970 [details]
unchecked
Comment 2 Michal Zugec 2007-12-05 10:26:47 UTC
Created attachment 185971 [details]
checked
Comment 3 Stefan Hundhammer 2007-12-05 10:54:53 UTC
You are right. The internal "autoEnable" and "invertAutoEnable" flags were not properly initialized.

Fixed in SVN trunk.