[Mono-bugs] [Bug 360390] Masked textbox "use system password char" ignored

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 15 19:22:57 EST 2008


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

User luke.a.page at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=360390#c8





--- Comment #8 from Luke Page <luke.a.page at gmail.com>  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.


More information about the mono-bugs mailing list