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 backspace/tab tests for input elements [NFC] #23285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kripken
Copy link
Member

@kripken kripken commented Jan 3, 2025

This adds tests for #22879

The glfw test passes as is, and when modified for that PR, passes with that PR.

However, the SDL test does not work, even before that PR, related to SDL
checking !SDL.unicode && !SDL.textInput before doing preventDefault,

https://github.com/emscripten-core/emscripten/pull/22879/files#diff-d34003e633a5e6cebdd7d5f53a624b636ea6e36f59c208107fb829f5cefcd107L699

The very first assert fails in SDL.

That suggests to me that perhaps the SDL side of that PR is not actually needed?

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

Successfully merging this pull request may close these issues.

2 participants