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

iOS (web): keyboard doesn't start capitalised (uppercase) #63261

Open
ellatrix opened this issue Jul 8, 2024 · 2 comments
Open

iOS (web): keyboard doesn't start capitalised (uppercase) #63261

ellatrix opened this issue Jul 8, 2024 · 2 comments
Labels
Browser Issues Issues or PRs that are related to browser specific problems Mobile Web Viewport sizes for mobile and tablet devices [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended

Comments

@ellatrix
Copy link
Member

ellatrix commented Jul 8, 2024

Description

Whenever you create a new paragraph, the keyboard is in a lowercase mode. This in unexpected compared to other inputs where the first letter is normally uppercase.

Step-by-step reproduction instructions

RPReplay_Final1720457076.mp4

Screenshots, screen recording, code snippet

No response

Environment info

iOS Safari

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

@ellatrix ellatrix added [Type] Bug An existing feature does not function as intended Mobile Web Viewport sizes for mobile and tablet devices Browser Issues Issues or PRs that are related to browser specific problems labels Jul 8, 2024
@sarthaknagoshe2002
Copy link
Contributor

@ellatrix I was able to reproduce this issue on android devices as well as mac OS when using browser.
Seems like this is not just an IOS issue

@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Dec 9, 2024
@dcalhoun
Copy link
Member

It appears the zero width non-breaking space character (ZWNBSP) is the problem. Simply removing the appending of ZWNBSP does resolve the broken auto-capitalization bug, but given the complexity noted in #14846, I imagine removing it is not a valid approach.

I'm experimenting with leveraging the web editor in the WordPress mobile apps. Unfortunately, the broken auto-capitalization is quite disruptive for the writing flow on mobile devices.

@ellatrix do you have initial thoughts as to how we might address this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser Issues Issues or PRs that are related to browser specific problems Mobile Web Viewport sizes for mobile and tablet devices [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants