http://bugzilla.novell.com/show_bug.cgi?id=578770

http://bugzilla.novell.com/show_bug.cgi?id=578770#c0


           Summary: Unable to disable. single checkbox in checkboxlist
                    control
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86-64
        OS/Version: openSUSE 11.2
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


Created an attachment (id=341792)
 --> (http://bugzilla.novell.com/attachment.cgi?id=341792)
Web pages to reproduce the bug

User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7)
Gecko/20091222 SUSE/3.5.7-1.1.1 Firefox/3.5.7

It is not possible to disable individual checkbox items of a CheckBoxList
control created on a .aspx webpage in Mono. However you can do this in
Microsoft.NET.


Reproducible: Always

Steps to Reproduce:
Create <asp:CheckBoxList ID="test" control on a web form.
In Page_Load set DataSource = string array of words, e.g. "Mon","Tues","Wed",
etc.
Call DataBind. Then try to disable one of the checkboxes in the list. e.g.
test.Items[0].Enabled = false;
Actual Results:  
All checkboxes will still be enabled.

Expected Results:  
First checkbox should have been disabled.

Microsoft.NET does allow individual checkboxes to be enabled/disabled.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to