Bug #16505 Selected text disappears
Submitted: 14 Jan 2006 14:04 Modified: 14 Jan 2006 15:26
Reporter: Mr Wakazula Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.19 OS:Windows (Windows XP (SP2))
Assigned to: Assigned Account CPU Architecture:Any

[14 Jan 2006 14:04] Mr Wakazula
Description:
Good morning,

I realize you are quite busy, and this is by no means a high priority.

I just thought I would let you know that when you highlight text in MySql Query Browser 1.1.19, the highlighted text disappears.

I'm assuming this is not the intended effect.

How to repeat:
1) Log into MySql Query Browser 1.1.19 using the database's root account
2) Enter text into the query text box at the top of the application

FOR EXAMPLE:
CREATE TABLE  thm_preview_type (
  `thm_preview_type_id` bigint(20) unsigned NOT NULL auto_increment,
  `thm_graphic_id` bigint(20) unsigned NOT NULL default '0',
  `thm_sound_id` bigint(20) unsigned NOT NULL default '0',
  PRIMARY KEY  (`thm_preview_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

3) Highlight text using the mouse (typically a left click & drag)
4) The highlighed text will disappear (white text on a white background)

YOU WILL SEE:
CREATE TABLE  thm_preview_type (

  PRIMARY KEY  (`thm_preview_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[14 Jan 2006 15:26] Aleksey Kishkin
duplicate of bug #15892
[17 Jan 2006 10:38] Aleksey Kishkin
and also duplicate of bug #15825