https://bugzilla.novell.com/show_bug.cgi?id=336218

           Summary: TextBox MaxLength = 0 behaving wrong
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: LittleEndian
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


Description of Problem:
- under win32 the MaxLength property of a TextBox has to be set to 0 in order
to make the textbox accept text with length >32k 
- however when running under mono (last tested with 1.2.5.1 release) maxlength
set to 0 does not allow any values to be entered

Steps to reproduce the problem:
1. create a winform ... add textbox ... set maxlength property to 0
2. run application and begin typing into the textbox


Actual Results:
- no text will be entered into the textbox

Expected Results:
- textbox should be ready to receive unlimited text

How often does this happen? 
every time

Additional Information:


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

Reply via email to