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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 6 22:49:00 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#c8





--- Comment #8 from fx mu <fxmu at novell.com>  2009-04-06 20:48:57 MDT ---
 Your comment was:

    Hi Carlos

    I tested this MaskedTextBox.py, in windows OS. in mono-winforms 2.4: run
    MaskedTextBox.py.

    In the defalut state, insert the character in the fourth textbox of
    MaskedTextBox, "fghj", then move cursor to the first place , insert
    character , "bcc", the output is "bccfghj".

    Clear all the characters, and press "insert" key. insert "abc" to the
fourth
    move cursor to the first place , insert "dsf", the output is "dsf"

    COMMENTS
    In windows OS
    in default state, the fourth textbox of the MaskedTextBox can be inserted.
    in "insert" pressed-down state, the fourth textbox can not be inserted but
    modified.


    the attachment is maskedtextbox.py


    in "Comment #4",sorry for a mistake description.
    "
    RESULTS

         "abc____"
    EXPECTED RESULTS
         "kfcabc_"
    "

    should be changed to

    " 
    RESULTS

         "kfc____"
    EXPECTED RESULTS
         "kfcabc_"
    "

-- 
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