Bug #45997 Indexes hints are wrong
Submitted: 7 Jul 2009 9:44 Modified: 6 Aug 2009 13:31
Reporter: PLANTE Frédéric Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.1.16 OS:Windows (XP SP3)
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: CHECKED, EER, hint, INDEX

[7 Jul 2009 9:44] PLANTE Frédéric
Description:
in EER diagram view, when having mouse cursor over indexes, the appearing hint is wrong.

Ex:
Table ABC(field1, field2, field3)
Field 1 is primary key
field 3 is foreign key

When over primary key index, the hint shows foreign key constraint info and vice versa. The highlighted fields are correct

How to repeat:
create two table with some fields
create foreign key relation between them
put the mouse over indexes
[7 Jul 2009 9:50] Valeriy Kravchuk
Thnak you for the problem report. Indeed, hints are wrong. With more columns in between PK and FK it looks like hint for the next column is shown sometimes.
[7 Jul 2009 12:05] PLANTE Frédéric
add some tags
[7 Jul 2009 12:06] PLANTE Frédéric
comma added to tags
[3 Aug 2009 3:16] Alfredo Kojima
I'm unable to repeat this with 5.1.16 after following provided instructions.
[3 Aug 2009 14:41] Susanne Ebrecht
I am able to reproduce this on Linux
[3 Aug 2009 19:39] Alfredo Kojima
I misinterpreted the description. The bug is present in MacOS X too and has been fixed.
[6 Aug 2009 9:20] Johannes Taxacher
fix confirmed. will be in 5.1.17
[6 Aug 2009 13:31] Tony Bedford
An entry was added to the 5.1.17 changelog:

In the EER Diagram, when hovering the cursor over a column in a table, the hint box contained the text of the subsequent column, and the first column hint box contained the name of the table.