[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 21:12:10 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 20:00:27.000000000 -0400
+++ shadow/76355.tmp.10557 2005-10-06 21:12:10.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76355
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
@@ -29,6 +29,11 @@
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
+
+------- Additional Comments From peter at novonyx.com 2005-10-06 21:12 -------
+Ok, I missed that Enter is accepted even with AcceptEnter being false
+as long as the containing form has no default button (AcceptButton)
+Fixed in svn r51383.
More information about the mono-bugs
mailing list