-
Notifications
You must be signed in to change notification settings - Fork 159
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
Issue when clicking on titlebar when in background #136
Comments
I noticed if you use a textured window it resolves this. Might work for me since I don't need any part of the window background showing anyway. |
Yeah, it looks like using a textured window or setting |
Without looking at the code... IIRC, OS X has a specific dragging event, perhaps the code is only tracking mouse down, move, up, etc, instead of actual drag events? |
@jakepetroules It's using |
I think I recall from past experience that there was some funky behaviour with |
I had fix this. @mattshepherd @indragiek @jakepetroules @tonyarnold @robin
refer by Cocoa Event Handling Guide,so repost the event fix the problem.
|
or you can repost the event in NSWindowDelegate's notification
|
I was looking into using this in a project of mine and noticed and issue when you click the titlebar of the window while it is in the background and try to drag. If you click high enough where the normal title bar is it allows you to drag, if you click lower it does not drag, it just activates the window.
The text was updated successfully, but these errors were encountered: