Bug #61379 CTRL+T does not open a new query window tab after opening a saved model
Submitted: 1 Jun 2011 16:12 Modified: 17 Nov 2011 17:58
Reporter: Tom Benda Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.34 CE OS:Windows (XP Professional x86 SP3)
Assigned to: CPU Architecture:Any
Tags: ctrl+tab, GUI, query window, shortcut key, windows xp

[1 Jun 2011 16:12] Tom Benda
Description:
After having opened a saved model file, workbench will not subsequently obey the CTRL+T shortcut in query windows, instead presenting a stop dialog box entitled:
'plugin:wm.model.newDiagram' 

with the window text

'Cannot execute wb.model.newDiagram
 Plugin requires unavailable argument value.'

and a 'Close' button.

In since at least 5.2.32

How to repeat:
Open Workbench.  Connect to a server.  Observe that CTRL+T opens a new query tab on the current server.  Load a saved model file.  Observe that CTRL+T still opens a new query tab in server windows.  Close Workbench.

Open Workbench.  Load a saved model file. Connect to a server. Observe that CTRL+T exhibits the described behavior. Connect to another server. Observe that CTRL+T still exhibits the faulty behavior.

Suggested fix:
Cause CTRL+T to remain sensitive to the context (tab) in which it is pressed without regard for the order of loading plugins.
[1 Jun 2011 17:13] MySQL Verification Team
Thank you for the bug report.
[17 Nov 2011 17:58] Philip Olson
Fixed as of 5.2.36:
+        After opening a saved model file, the <keycap>Control+T</keycap>
+        shortcut would not work from within a query window.