You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, in this repo, update winit to 0.30.6 with this command:
cargo update --precise 0.30.6 winit
Then build and run the simple example under platforms/winit. The focused window isn't announced. Updating to 0.30.5 using an appropriately modified version of the above command shows that 0.30.5 didn't have this problem.
I'm treating this issue as critical. I'm treating it as an AccessKit bug until we know for sure that it can only be fixed in winit.
The text was updated successfully, but these errors were encountered:
To reproduce, in this repo, update winit to 0.30.6 with this command:
Then build and run the
simple
example underplatforms/winit
. The focused window isn't announced. Updating to 0.30.5 using an appropriately modified version of the above command shows that 0.30.5 didn't have this problem.I'm treating this issue as critical. I'm treating it as an AccessKit bug until we know for sure that it can only be fixed in winit.
The text was updated successfully, but these errors were encountered: