[Mono-bugs] [Bug 414454] New: MaxLength property on RichTextBox behaving differently
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 4 15:15:50 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=414454
Summary: MaxLength property on RichTextBox behaving differently
Product: Mono: Class Libraries
Version: 2.0
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: fbergman at u.washington.edu
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
Using the ms.net framework, setting the MaxLength property to 0 basically
allows unlimited text to be written into a (Rich)TextBox. The current 2.0
prerelease however sets 0 as MaxLength value, making it impossible to write
into it.
Steps to reproduce the problem:
1. - create windows forms application including a RichTextBox
2. - set MaxLength property to 0
3. - run application and try typing in it
Actual Results:
- Mono: you can't type into the textbox and only hear XBell
- Windows: you can type as much as you like
Expected Results:
the windows behavior (running ms.net)
How often does this happen?
always
Additional Information:
I think i filed a previous bug on this way back for TextBox and it got resolved
there ...
--
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