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

CaptureMouse in LayoutFloatingWindowControl causes mouse drag to fail when using Expression theme #458

Open
juyanith opened this issue Sep 29, 2023 · 0 comments

Comments

@juyanith
Copy link

juyanith commented Sep 29, 2023

PR #367 added a call to CaptureMouse in LayoutFloatingWindowControls.cs. Unfortunately, when using the Expression theme and attempting to drag a floating window that contains a single element by clicking on the tab this causes the application to stop responding to mouse clicks. You then have to click away from the application to restore function. I have created a sample application that demonstrates this problem at https://github.com/juyanith/CaptureMouseError.
This doesn't appear to be an issue using the default theme, perhaps because it does not display the tab when there is only one element contained in the floating window. However, I haven't been able to pinpoint any issues in the theme itself that is causing the problem.

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

No branches or pull requests

1 participant