[Mono-bugs] [Bug 336218] New: TextBox MaxLength = 0 behaving wrong
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 24 02:26:14 EDT 2007
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: mono-bugs at ximian.com
ReportedBy: fbergman at u.washington.edu
QAContact: mono-bugs at ximian.com
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.
More information about the mono-bugs
mailing list