Bug #36167 Cursor style not updated in Table Editor - Foreign Key tab
Submitted: 17 Apr 2008 3:09 Modified: 30 May 2013 11:46
Reporter: Martin Gara Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.19 OSS rev 3067 OS:Windows (Win2K)
Assigned to: CPU Architecture:Any

[17 Apr 2008 3:09] Martin Gara
Description:
The mouse cursor retains the last style encountered when tabbing between fields in the Foreign Keys tab.

How to repeat:
Open the Table Editor.
Select the Foreign Keys tab.
Place the cursor into the Foreign Key Name field and enter a value.
Before leaving the field, move the mouse cursor over to a window resize bar (or any other place where the mouse cursor will change to something distinctive).
While the mouse cursor is displaying something other than an I bar or pointer, press the TAB key to move to the Referenced Table drop-down.
Move the cursor to the drop-down.
Observe that the drop-down interaction occurs with an inappropriate cursor style.

Suggested fix:
The cursor should be updated by the underlying active object.
[17 Apr 2008 3:14] Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with a newer version, 5.0.19 GA, and inform about the results.
[17 Apr 2008 3:41] Martin Gara
Occurs in 5.0.19 OSS rev 3067
[17 Apr 2008 3:57] Valeriy Kravchuk
Verified just as described.
[30 May 2013 11:46] Mike Lischke
The mouse cursor is mostly controlled by the operating system. In order to fix this we would have to implement cursor handling for all control classes (some we can't even).