dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Another Issue w/TextBox


From: Mohan Embar
Subject: [DotGNU]Another Issue w/TextBox
Date: Fri, 25 Jul 2003 04:40:28 -0500

Hi People,

There is another bug in TextBox which the patch I just submitted
doesn't resolve. When you press the [Delete] key, the KeyEvent
ends up being sent <i>twice</i> to the text box. Because of
Neil's attempt to invalidate only what's necessary, this effect
isn't immediately apparent, but you can observe this by adding
a Console.WriteLine(textBox1.Text) to the [Test] button event
handler in TextBoxTest and observing that what you see isn't
what you get with the [Delete] key.

The backspace key seems to work fine....

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]