Bug #16045 Marking text with shift misbehavior
Submitted: 28 Dec 2005 15:30 Modified: 1 Nov 2006 15:07
Reporter: Ondra Zizka Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.18 OS:Windows (Windows XP)
Assigned to: Mike Lischke CPU Architecture:Any
Tags: Source Editors

[28 Dec 2005 15:30] Ondra Zizka
Description:
Selecting text with shift misbehaves.

How to repeat:
Create new query tab.
Put in this:
"SELECT dr.nazev AS dr_nazev, ft.id AS ft_id, ft.fname AS ft_fname, zb.*
		FROM bece_zbozi AS zb
		LEFT JOIN bece_dr AS dr ON zb.dr = dr.id
		LEFT JOIN bece_fotky AS ft ON zb.id = ft.item
-- GROUP BY zb.id
ORDER BY zb.id, ft.sort ASC"

Now go at the end. Press and hold shift and press the up arrow key. Text selection now ends at the last line under "...zb.id", so just "
ORDER BY zb.id, f" is selected.

When you set the carret position by mouse-clicking in the white space under the query, it works properly, so use only keyboard for navigation.

Suggested fix:
...
[14 Mar 2006 5:03] Mladen Mihajlovic
This happens with me too, but it happens with any text that is highlighted (selected). So if I have *any* text in the query windows (only query tab btw), I select it (mouse or keyboard), the text dissapears and if I try run the query it does not actually see the text and therefore does not run.
[1 Nov 2006 15:07] Mike Lischke
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at

  http://www.mysql.com/downloads/