Bug #64759 element is losing focus
Submitted: 25 Mar 2012 19:58 Modified: 12 Sep 2012 9:09
Reporter: Andrew Simakin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.38 OS:Windows (Microsoft Windows XP Professional Service Pack 3 (build 2600))
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[25 Mar 2012 19:58] Andrew Simakin
Description:
During creating a foreign key, after selecting table focus is moved to the first foregn key in the list.

How to repeat:
Create a scheme with two tables, fe Table A with fields a1, a2, a3 and table B with fields b1 and b2. Then create two foreign keys FK1 (A.a1 = B.b1) and FK2 (A.a2 = B.b2).
[26 Mar 2012 17:20] Valeriy Kravchuk
Thank you for the problem report. Verified on 32-bit Windows XP.
[10 Sep 2012 8:38] Mike Lischke
Andrew, I'm sorry, but I don't understand what the problem is here. Can you give a step-by-step instruction where you exactly tell what you would expect to happen and what actually happens (at the point that your problem is). Don't forget to include more context (e.g. *where* are you doing all these changes).

But first of all try the latest release of MySQL Workbench and see if the problem still exists there.

Thanks.
[10 Sep 2012 11:20] Andrew Simakin
In 5.2.42 everything is fine. 
In 5.2.38 : SQL model/Physical schemata
            select table
            select "Foreign keys"

when you create/edit second, third and so on, foreign keys, after selecting the referenced table, focus is moving to the first FK in list, instead of staying on the edited FK. It was not fatal, but irritating.
[12 Sep 2012 9:09] Mike Lischke
Thanks Andrew. Issue closed as solved.