-
Notifications
You must be signed in to change notification settings - Fork 137
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
Mouse clicks fail to register in the right location in full screen mode #35
Comments
A bug in full screen. Gee, that's a new one... -nick On May 11, 2013, at 13:54, Rui Carmo [email protected] wrote: When connecting to a FreeRDP server, CoRD is not sending mouse position After clicking and dragging, the mouse position is temporarily reset, but This only happens when I'm using CoRD in full screen mode, but is extremely — |
Yeah, well, I'm trying to build this under Xcode myself to see if I can figure it out. But I use Xcode so infrequently these days that I just spent a whole hour waiting for it to upgrade itself... |
It won't help that CoRD hasn't been built much under 4.x. I THINK it will Best of luck, hopefully you will be able to ID the problem without too many -nick Nick Peelman Sent from my iPhone On May 11, 2013, at 15:49, Rui Carmo [email protected] wrote: Yeah, well, I'm trying to build this under Xcode myself to see if I can — |
Well, it built first time after removing a corrupted code signing setting. And oddly enough, it seems to work when run under the debugger. I'm going to build a standalone binary and see if this still happens. If it doesn't in a week, I'll close the issue. I might well do a few tweaks to get rid of all the annoying compile warnings, though. |
Any contributions are welcome. There are plenty of bugs and glitches to be -nick Nick Peelman Sent from my iPhone On May 11, 2013, at 16:49, Rui Carmo [email protected] wrote: Well, it built first time after removing a corrupted code signing setting. I'm going to build a standalone binary and see if this still happens. If it I might well do a few tweaks to get rid of all the annoying compile — |
Is this related to https://bugs.launchpad.net/ubuntu/+source/xrdp/+bug/846407 ? |
When connecting to a FreeRDP server, CoRD is not sending mouse position updates along with mousedown/mouseup events, resulting in clicks not registering or registering in the wrong locations.
After clicking and dragging, the mouse position is temporarily reset, but the behaviour immediately reverts.
This only happens when I'm using CoRD in full screen mode, but is extremely annoying and makes full screen rather useless...
The text was updated successfully, but these errors were encountered: