Bug #6869 query window skips 'button press' event
Submitted: 29 Nov 2004 7:05 Modified: 29 Nov 2004 14:34
Reporter: Victor Vagin Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.1.3 OS:Windows (Win 2K AS)
Assigned to: CPU Architecture:Any

[29 Nov 2004 7:05] Victor Vagin
Description:
I want to add tables a1, a2, a3, a4 for testing..
I enter first query 'create table a1(b int)' and execute it
Then i move cursor to position after 'a1' and press buttons 'backspace', '2' quickly..
'1' is deleted but '2' isn't typed..

How to repeat:
hm
may be the sequence of event is:

'backspace' down
'2' down
'backspace' up
'2' up

anyway usual editors (notepad, word and so on) understand this sequence correctly

Suggested fix:
fix processing of event
[29 Nov 2004 14:34] MySQL Verification Team
I wasn't able to repeat on XP.
[2 Dec 2004 7:44] Chris Testroet
I can duplicate this more precisely on Win2K Professional.

Characters don't get typed if the backspace button is being held down. So you haven't entirely released the backspace button before typing the '2'.

There doesn't seem to be any more to it than that, as far as I can tell.