[Mono-bugs] [Bug 78404][Min] Changed - TextBox: Support keyboard
switch from/to RtoL/LtoR
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 15 15:41:10 EDT 2006
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78404
--- shadow/78404 2006-05-15 14:59:47.000000000 -0400
+++ shadow/78404.tmp.19082 2006-05-15 15:41:09.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 78404
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: atsushi at ximian.com
@@ -71,6 +71,22 @@
oops, wrong dependency :-( 70403 -> 78403
------- Additional Comments From peter at novonyx.com 2006-05-15 14:59 -------
I have no idea what Ctrl-Left shift and Ctrl-Right shift is supposed
to do, it does nothing here when I run an app on MS.Net with an edit
control and press those keys.
+
+------- Additional Comments From atsushi at ximian.com 2006-05-15 15:41 -------
+Oh, yes it is likely to (not) happen. I have enabled right-to-left
+text input on my Windows box. I guess you can enable this behavior
+when you configure your Windows at Control Panel -> Language and
+Region settings (or whatever; on my box it is written in Japanese) ->
+Language (ditto) -> Supplemental Language Support (ditto), and check
+"install files to support composite letters and right-to-left
+languages (including Thai)" or whatever.
+
+BTW I found similar bug report to JDK
+http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4318286
+and noticed that there seems a message called WM_INPUTLANGCHANGE. So,
+the right way to implement it would be on top of it.
+
+For now I haven't created a new patch, just reopening it.
More information about the mono-bugs
mailing list