Bug #72555 Column tooltip interferes with moving EER canvas
Submitted: 6 May 2014 23:56 Modified: 18 Jun 2014 4:52
Reporter: Chris Nanney Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:6.1.4 OS:Windows (Microsoft Windows 7 Service Pack 1 build 7601, 64-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[6 May 2014 23:56] Chris Nanney
Description:
The column info tooltip incorrectly triggers while in "move" or "drag" mode, causing problems.

How to repeat:
Example: http://i.imgur.com/1rokAw7.gif

1. Select the Move Model tool.
2. Click to drag model while mouse is also hovering over a table.
3. Any pause in the movement and the column tooltip is triggered.
4. The tooltip doesn't go away if you resume movement, and if you mouse over it the model canvas jumps to a random position.

Suggested fix:
Before triggering a column tooltip, check for a isMoving or isDragging flag and if true don't display tooltip.
[7 May 2014 14:30] MySQL Verification Team
Hello Chris,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[3 Jun 2014 22:08] Alfredo Kojima
Posted by developer:
 
The tooltip is now closed on mouse click
[18 Jun 2014 4:52] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.1.7 release, and here's the changelog entry:

With the "Move Model" tool enabled, dragging a model while hovering (and
pausing) over a table would generate a tooltip that would not go away.

Thank you for the detailed bug report.