[Mono-bugs] [Bug 76355][Nor] Changed - Multiline textbox: enter key does not work.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 6 20:00:27 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter at novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76355

--- shadow/76355	2005-10-06 19:24:56.000000000 -0400
+++ shadow/76355.tmp.9515	2005-10-06 20:00:27.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 76355
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -20,6 +20,15 @@
 
 Select the 6th entry, click on the middle of the text.
 
 press "enter".
 
 This should split the text in two lines, it does not.
+
+------- Additional Comments From peter at novonyx.com  2005-10-06 20:00 -------
+We're behaving according to MSDN documentation ( 
+http://msdn.microsoft.com/library/default.asp?url=/library/en-
+us/cpref/html/frlrfsystemwindowsformstextboxclassacceptsreturntopic.as
+p ) as far as I can tell.
+It seems that MS ignores the AcceptsReturn property. Should our code 
+ignore it, too? In my quick testing I didn't find a situation where a 
+multiline textbox was honoring the AcceptsReturn property on MS.Net


More information about the mono-bugs mailing list