Bug #97332 Bug when rename copied column
Submitted: 22 Oct 2019 13:38 Modified: 23 Oct 2019 4:23
Reporter: A. BAUDOUIN Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:8.0.18 OS:Windows (Microsoft Windows 10 Pro)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[22 Oct 2019 13:38] A. BAUDOUIN
Description:
When modeling with Workbench, when I try to rename a column that I just copied, it will rename an other column instead...

How to repeat:
- create a new model
- add a diagram
- create a table "table1"
- add a column "id" PK/NN
- add a column "test1" VARCHAR(45)
- add a column "test2" VARCHAR(45)
- with mouse, right click on "test2" and select "copy"
- right click on "test2" to paste the column between "test1" and "test2"
- you will have this columns : id, test1, test2_copy1, test2
- now, double click on "test2_copy1" and rename it "test3"
- instead of renaming the column "test2_copy1", it rename "test2" with "test3"
- finaly you have the column id, test1, test2_copy1, test3
[23 Oct 2019 4:23] MySQL Verification Team
Hello A. BAUDOUIN,

Thank you for the report and feedback.
Verified as described on Win 10 with WB 8.0.18.

regards,
Umesh