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

Window events triggering order of is inconsistent #17864

Open
Coloryr opened this issue Jan 2, 2025 · 0 comments
Open

Window events triggering order of is inconsistent #17864

Coloryr opened this issue Jan 2, 2025 · 0 comments

Comments

@Coloryr
Copy link
Contributor

Coloryr commented Jan 2, 2025

Describe the bug

In win32

Screens.Changed -> PositionChanged -> xxx

In linux X11

PositionChanged -> Screens.Changed -> xxx

To Reproduce

Screens.Changed += Screens_Changed;
PositionChanged += Windows_PositionChanged

Run in win32 and linux X11

  1. Open window
  2. Modify screen resolution

Expected behavior

In win32

Screens.Changed -> PositionChanged -> xxx

In linux X11

 Screens.Changed -> PositionChanged -> xxx

Avalonia version

11.2.3

OS

Windows, Linux

Additional context

No response

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

No branches or pull requests

2 participants