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

Add option to enable/disable input focus proxy for X11. #13273

Merged
merged 3 commits into from Oct 17, 2023

Conversation

jmacato
Copy link
Member

@jmacato jmacato commented Oct 16, 2023

Some Xorg servers (including XWayland) are having a hard time distinguishing the proxy window for an actual window to focus, hence making Avalonia's buttons and menus not work on affected Linux systems that uses Wayland/XWayland. This disables the input proxy by default and can be enabled by X11PlatformOptions in App setup if user desires.

@jmacato jmacato requested a review from kekekeks October 16, 2023 21:18
@jmacato jmacato marked this pull request as ready for review October 16, 2023 21:18
@jmacato jmacato added this pull request to the merge queue Oct 17, 2023
Merged via the queue into master with commit 03355b2 Oct 17, 2023
7 checks passed
@jmacato jmacato deleted the add-input-proxy-option-x11 branch October 17, 2023 01:01
@maxkatz6 maxkatz6 added the backport-candidate-11.0.x Consider this PR for backporting to 11.0 branch label Nov 5, 2023
maxkatz6 pushed a commit that referenced this pull request Dec 5, 2023
* Add option to enable/disable input focus proxy for X11.

* use list instead
@maxkatz6 maxkatz6 added backported-11.0.x and removed backport-candidate-11.0.x Consider this PR for backporting to 11.0 branch labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants