[Mono-bugs] [Bug 477395] MaskedTextBox: Able to overwrite characters with L mask

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 7 22:24:25 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=477395

User fxmu at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=477395#c10





--- Comment #10 from fx mu <fxmu at novell.com>  2009-04-07 20:24:21 MDT ---
Hi Carlos,
I'm sorry to make you not understand but your comment is right. Under MS if you
locate a cursor in front of a string, then you can insert other characters into
the string. But if you press the "insert" on the key board, in this condition
you only can modify the string but insert more characters. In Mono, you can't
insert more character into a string , just modify it. 

For example, under MS, if you input "abc" in the textbox, you can move the
cursor to the beginning like "|abc", then you input "def", the output is
"defabc".At this time, you could press the “insert” key-press , and move cursor
to this place "|defabc" , and then insert "kmn", the output is "kmnabc". What I
want to say is :in the default state , you can insert other characters into the
string in a textbox; in the "insert"-key-press down state, you can only modify
the string .

in Mono, if you input "abc" in the textbox, you can move the cursor to the
beginning like "|abc", then you input "def", the output is "def". The
conclusion is in Mono the texbox has not the same "insert" function as it shows
under MS.

If you have anything that  not clear, please let me know , thanks.

-- 
Configure bugmail: http://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