Bug #56077 Right-click on list item bound to wrong item
Submitted: 17 Aug 2010 22:34 Modified: 20 Sep 2010 15:18
Reporter: Matthew Fedder Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.26 OS:MacOS
Assigned to: Alfredo Kojima CPU Architecture:Any

[17 Aug 2010 22:34] Matthew Fedder
Description:
When a list item is selected, and you right-click on another item, the first item remains selected, and the contextual menu displays options relevant to the first option, and initiates actions on the first item. This seems to occur in every list view. 

How to repeat:
* Open an SQL Editor to a connection
* Expand a schema, and reveal the tables for that schema
* Left-click on the first table in the list
* Right-click on the second table in the list, and choose "Select Rows - Limit 1000"

SQL will select and display data from the first table, instead of the 2nd table.
[18 Aug 2010 13:33] Alfredo Kojima
fixed
[20 Sep 2010 13:45] Johannes Taxacher
fix confirmed in release 5.2.28
[20 Sep 2010 15:18] Tony Bedford
An entry has been added to the 5.2.28 changelog:

In MySQL Workbench list controls, when an item was selected, and another item right-clicked, the context-sensitive menu displayed options related to the first list item selected, rather than the current list item being right-clicked, and any action selected was carried out on the first item.