Bug in drag & drop of a procedure

I have found a bug in positioning a window with a procedure, when one is drag and dropped into pl/sql developer's desktop from a tree on the left.

how to reproduce:

1. set Tools/ Preferences / User Interface / Browser / Drag & Drop option = Edit.
2. drag a procedure from left tree pane (Procedures node) onto the main area

Window with a procedure positions its upper-left corner in a place where mouse button have been released.

The real trouble comes when you maximize an window with procedure, and drag another procedure (you cannot in that state drop it "inside the source" - so it is natural to drop the procedure for example on pl/sql's window title) the result is that you cannot do anything else with the window with procedure, because its "handle" (titlebar with buttons) is outside the user area.
 
We'll fix this. The only way to get the window back is to maximize another window, and cycling to or selecting the new window.
 
Back
Top