Bug #53634 error tooltips in code editor are shown regardless of active tab
Submitted: 14 May 2010 0:08 Modified: 17 Jun 2010 16:02
Reporter: Alfredo Kojima Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.21 OS:Windows
Assigned to: Mike Lischke CPU Architecture:Any

[14 May 2010 0:08] Alfredo Kojima
Description:
Error tooltips that show for a editor still appear when different editor tabs are selected, which is
confusing (editing the query in the wrong editor won't make the tooltip go away) and covers up code.

How to repeat:
Open SQL IDE
Add a new editor, so that you have 2 editors open
Type something in 1st editor, like 'select'
Wait for syntax checker to kick in and highlight the text in red
Move cursor over the highlighted text and wait for tooltip to popup
Move cursor to tab for 2nd editor, so that the tooltip is still shown
Select 2nd tab.
Edit 2nd tab contents all you want and error popup will still be there

Suggested fix:
Hide tooltip when editor becomes obscured/tab switches.
[11 Jun 2010 13:29] Mike Lischke
Fixed in repository.
[16 Jun 2010 21:04] Johannes Taxacher
fix confirmed in repository
[17 Jun 2010 16:02] Tony Bedford
An entry has been added to the 5.2.23 changelog:

In the SQL Query tab of SQL Editor, tooltip error messages were still displayed, even after switching to another tab.