Bug #18992 Table resize corners don't respond very well
Submitted: 10 Apr 2006 21:07 Modified: 11 Apr 2006 1:31
Reporter: Andrew Lennard Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Workbench Preview Severity:S3 (Non-critical)
Version:1.0.5 beta OS:Windows (XP SP2)
Assigned to: CPU Architecture:Any

[10 Apr 2006 21:07] Andrew Lennard
Description:
When a table is selected and the mouse pointer is positioned over a resize handle the resize arrows appear. However, pressing and dragging does not always resize the window.

The best way to see this is to position the pointer near the rhs edge resize handle. If the mouse pointer approaches the handle from the right, then a click/drag as soon as the resize arrows appears will work. However if you approach the rhs handle from the left, then click/drag as soon as you get the <--> will do nothing.

Similar effects can be observed on the other handles.

How to repeat:
As descibed above.

Suggested fix:
It appears that the position of the mouse pointer is being queried before click/drag is allowed. If the resize arrows are visible, then there is no need to query again the mouse pointer position. It must be in the correct place for the appropriate click/drag to proceed.
[11 Apr 2006 1:31] MySQL Verification Team
Thank you for the bug report.