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

dragging stacks from the library in window mode requires two clicks #662

Closed
yourhead opened this issue Nov 14, 2016 · 1 comment
Closed
Labels
Milestone

Comments

@yourhead
Copy link
Owner

the drag currently works with the selected library item. since the pallet is floating it never steals the first responder from the mainwindow (avoids first responder). it only gets first responder when the user directly interacts with it.

the solution, i guess, is to make drag work even when the item is not selected in the special case of the window-mode without first-responder.

@yourhead yourhead added this to the 3.2.7 milestone Nov 14, 2016
@yourhead yourhead added the bug label Nov 14, 2016
@yourhead
Copy link
Owner Author

seems a bit dicey, maybe worth looking around at other apps to see if other people have better solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant