https://bugzilla.novell.com/show_bug.cgi?id=360390

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=360390#c8





--- Comment #8 from Luke Page <[EMAIL PROTECTED]>  2008-02-15 17:22:56 MST ---
* MaskedTextBox.cs: Now skips non editable characters after a
character has been entered and we are progressing to the next
position in the MaskedTextBox.

at r95850

Makes the situation a little bit better. Remaining MTB Problems..

1) Bug #360407
2) typing a character when you have manually moved to just before
a non editable doesn't skip the non editable.. should store the 
current cursor location, move to the first editable position,
attempt a insert/overwrite and then if failed revert to old position
and if successful then find next editable position as r95850 does.
3) The state of the Insert Key is not detected. I couldn't find where
to get this information from within .NET or XPlatUI.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to