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

Text (prediction?) is visible when typing in password on iPadOS/iOS #7965

Closed
Susko3 opened this issue Jul 11, 2023 · 2 comments · Fixed by #10455
Closed

Text (prediction?) is visible when typing in password on iPadOS/iOS #7965

Susko3 opened this issue Jul 11, 2023 · 2 comments · Fixed by #10455
Assignees
Milestone

Comments

@Susko3
Copy link
Contributor

Susko3 commented Jul 11, 2023

This is a user report from an app using SDL2, see Issue 2 in ppy/osu#24041.

I'm not sure if this is actually text prediction, as no predictions actually appear, but the inputted text is visible above the keyboard:

Untitled.video.-.Made.with.Clipchamp.mp4

SDL2 version: 1ee9a43

@slouken
Copy link
Collaborator

slouken commented Nov 8, 2023

We don't really have a password mode for text input. Maybe we should add that?

@slouken slouken added this to the 3.2.0 milestone Nov 8, 2023
@slouken slouken modified the milestones: 3.2.0, 3.0 ABI May 21, 2024
@slouken slouken self-assigned this Jul 8, 2024
slouken added a commit to slouken/SDL that referenced this issue Aug 2, 2024
This allows you to customize the text input so you can have numeric text entry, hidden passwords, etc.

Fixes libsdl-org#7101
Fixes libsdl-org#7965
Fixes libsdl-org#9439
slouken added a commit to slouken/SDL that referenced this issue Aug 2, 2024
This allows you to customize the text input so you can have numeric text entry, hidden passwords, etc.

Fixes libsdl-org#7101
Fixes libsdl-org#7965
Fixes libsdl-org#9439
slouken added a commit to slouken/SDL that referenced this issue Aug 2, 2024
This allows you to customize the text input so you can have numeric text entry, hidden passwords, etc.

Fixes libsdl-org#7101
Fixes libsdl-org#7965
Fixes libsdl-org#9439
slouken added a commit to slouken/SDL that referenced this issue Aug 2, 2024
This allows you to customize the text input so you can have numeric text entry, hidden passwords, etc.

Fixes libsdl-org#7101
Fixes libsdl-org#7965
Fixes libsdl-org#9439
slouken added a commit to slouken/SDL that referenced this issue Aug 2, 2024
This allows you to customize the text input so you can have numeric text entry, hidden passwords, etc.

Fixes libsdl-org#7101
Fixes libsdl-org#7965
Fixes libsdl-org#9439
slouken added a commit to slouken/SDL that referenced this issue Aug 2, 2024
This allows you to customize the text input so you can have numeric text entry, hidden passwords, etc.

Fixes libsdl-org#7101
Fixes libsdl-org#7965
Fixes libsdl-org#9439
slouken added a commit to slouken/SDL that referenced this issue Aug 2, 2024
This allows you to customize the text input so you can have numeric text entry, hidden passwords, etc.

Fixes libsdl-org#7101
Fixes libsdl-org#7965
Fixes libsdl-org#9439
@slouken slouken closed this as completed in 81f8e6a Aug 2, 2024
@slouken
Copy link
Collaborator

slouken commented Aug 2, 2024

You can now use SDL_StartTextInputWithProperties() and set the property SDL_PROP_TEXTINPUT_TYPE_NUMBER to SDL_TEXTINPUT_TYPE_TEXT_PASSWORD_HIDDEN to get password text input.

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 a pull request may close this issue.

2 participants