Bug #22790 key repeating without refreshing
Submitted: 28 Sep 2006 16:16 Modified: 23 Nov 2006 13:50
Reporter: Maciej Pilichowski Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:5.0.24a OS:Linux (opensuse 10.0)
Assigned to: Sveta Smirnova CPU Architecture:Any

[28 Sep 2006 16:16] Maciej Pilichowski
Description:
For example enter
select * from T;
move to the beginning, press and hold [delete] for a while. You can't see what is happening but the whole query is silently erased.

How to repeat:
See above.

Suggested fix:
Refresh GUI frequently.
[3 Oct 2006 2:08] MySQL Verification Team
Thank you for the bug report. I was unable to repeat or I didn't understand
what are you reporting, could you please (if possible) to attach a screenshot
to illustrate it? Thanks in advance.
[3 Oct 2006 8:59] Maciej Pilichowski
There is one problem -- the bug is about "animation" so screenshot does not make any difference.

However, let's take a few steps
| denotes text cursor, consider line

|this is text for deletion
if you press and release delete key...
|his is text for deletion
press and _release_ (I mean release after each keystroke) twice
|s is text for deletion

I hope it is clear.

In normal, not buggy, editor if I press and _hold_ delete key for 2 seconds I could get
|or deletion
I get this also in QB. But there is a difference. Normal editor shows all "steps" of deletion, text is animated
| is text for deletion
|is text for deletion
|s text for deletion
| text for deletion
|text for deletion
|ext for deletion
...

And so forth. But QB shows nothing, so while deleting (holding a key pressed) I am unable to say what is going on.

The same applies to other keys (pressing and holding down).
[22 Nov 2006 23:27] MySQL Verification Team
Sorry I was unable still to repeat that issue on Ubunto 6.10 and version
1.2.5rc. I am assign to my co-worker to verify on her side.
[23 Nov 2006 7:51] Sveta Smirnova
Since September some bugs in query area were fixed.

Please try current version available at dev.mysql.com/downloads/gui-tools/5.0.html and inform us about results.
[23 Nov 2006 13:50] Maciej Pilichowski
It is indeed fixed in new version, thank you.