Bug #32193 swiching focus on docked-out-diagramm doesn't work correctly
Submitted: 8 Nov 2007 18:14 Modified: 3 May 2011 11:06
Reporter: Johannes Taxacher Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.10 b OS:Any
Assigned to: CPU Architecture:Any

[8 Nov 2007 18:14] Johannes Taxacher
Description:
if a EER-Diagram-View is dragged out of the main-window (undocked) and the focus is switched between overview and EER-View-Window (by clicking back and forth between the two windows) the toolbar doesn't reappear when the EER-View gets the focus - so it's impossible to create objects on the floating eer-view

How to repeat:
- create a EER-Diagram-view
- undock the EER-Diagram-view by dragging it out of the main window
- klick somewhere on the overview window
- klick back in the floating EER-Diagram-view (now the toolbar for creating objects doesn't show up again)
[7 Dec 2007 0:19] Alfredo Kojima
This is tricky because as soon as you click something in the toolbar the focus
would switch to the main window/overview and the toolbar would disappear.

So we have to decide how to handle that:
- if we just ignore that and keep switching focus when the window is activated
- do not allow dettaching the canvas from the main window
- move the toolbar to the canvas panel/tabs/windows
[3 May 2011 11:06] Johannes Taxacher
fix obsolete since WB UI has been redesigned