Dimchikkk / bevy_cosmic_edit

Apache License 2.0
86 stars 9 forks source link

`Ctrl + A` does not work on `WASM` #112

Open TimeEngineer opened 1 year ago

bytemunch commented 12 months ago

Cannot reproduce on linux x11 chrome, what's your environment?

Dimchikkk commented 12 months ago

ctrl + a works inconsistently on mac chrome. Try to type something, then remove one char, then ctrl + a (tested on text_input example).

bytemunch commented 12 months ago

Works fine on my end with deleting and reselecting. Unfortunately I'm fully mac-less so I'll unassign for now

TimeEngineer commented 11 months ago

Sorry I'm on Linux Mint 21.1 chrome

bytemunch commented 6 months ago

Hi, with the bevy and related dependency updates this may have been fixed, could anyone retest on main please?

Dimchikkk commented 6 months ago

@bytemunch nice, I'll take it for testing :)

Dimchikkk commented 6 months ago

https://github.com/StaffEngineer/bevy_cosmic_edit/assets/111751109/2e2abffd-a308-4bf5-9012-af328f314539

(after each word I press "ctrl + a" but it's still flaky)

bytemunch commented 6 months ago

strange! i still can't reproduce, are you still on osx? I can't see any pattern to when it does work and when it doesn't in that video.. Could be in the command cross platform compatibility stuff, system ordering, or something further up the input pipeline, perhaps the canvas is struggling to get exclusive KB access?

Dimchikkk commented 6 months ago

perhaps the canvas is struggling to get exclusive KB access

yep, have the same feeling