Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get focus when dragging and dropping file #16

Closed
cbucher opened this issue Mar 17, 2013 · 1 comment
Closed

get focus when dragging and dropping file #16

cbucher opened this issue Mar 17, 2013 · 1 comment
Assignees

Comments

@cbucher
Copy link
Owner

cbucher commented Mar 17, 2013

When dragging and dropping a file to insert the filename in console input, console should get the focus.

@ghost ghost assigned cbucher Mar 17, 2013
@cbucher
Copy link
Owner Author

cbucher commented Mar 21, 2013

It can be done only with OLE-based drag-and-drop.
With WM_DROPFILES, the application which have the focus before drag-and-drop retakes the focus after ...
Drag-and-drop in elevated console can only be done with WM_DROPFILES !
So I keep the current behavior.
I just fixed the behavior with splitted views: the view where files are dropped becomes the active view.

@cbucher cbucher closed this as completed Mar 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant