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

Uppercase stay active on iOS #67

Closed
lukasleitsch opened this issue Mar 2, 2019 · 7 comments
Closed

Uppercase stay active on iOS #67

lukasleitsch opened this issue Mar 2, 2019 · 7 comments
Assignees
Labels
bug Something isn't working needs: information Additional details are needed

Comments

@lukasleitsch
Copy link

The native behavior of writing the first character in uppercase is not working on iOS.

Steps to reproduce

  1. Open a page with an active markdown field in the iOS Safari browser
  2. Set the focus into the markdown field
  3. Tap the shift button on the iOS keyboard
  4. Start typing a text

The markdown field writes every character in uppercase. The markdown field should write only the first character uppercase and should switch back to the lowercase after the first character.

@sylvainjule sylvainjule added bug Something isn't working wontfix This will not be worked on labels Mar 4, 2019
@sylvainjule
Copy link
Collaborator

sylvainjule commented Mar 4, 2019

Unfortunately it is a known issue with Codemirror, with no satisfying workaround so far. I don't think we'll fix this.

@fabianmichael
Copy link
Owner

@lukasleitsch I just updated the plugin to the latest version of CodeMirror, which seems to have solved this issue (see codemirror/codemirror5#3403 (comment)). Please test, if you still got problems with the uppercase key on iOS. If not, this issue can be closed. :-)

@lukasleitsch
Copy link
Author

Thanks for your update. Unfortunately, your update doesn't solve the issue for me.

I used dev-master in the composer.json is there a cache that has to be deleted? To make sure any files have replaced.

@sylvainjule sylvainjule removed the wontfix This will not be worked on label Jun 14, 2019
@alvarovinagre
Copy link

@fabianmichael Tried here as well, but the issue is still persisting. Even tried to set 'community.markdown-field.autocapitalize' => 'off', on the config.php, but still no results.

If anyone finds a workaround please let us know :-)

@sylvainjule sylvainjule self-assigned this Oct 31, 2019
@sylvainjule
Copy link
Collaborator

sylvainjule commented Oct 31, 2019

This is fixed for me on iOS, both Safari and Chrome.

@alvarovinagre, @lukasleitsch, are you still experiencing the issue?
Are you sure the panel is loading the latest version of the field?
Could you provide a test setup where the issue happens?

@sylvainjule sylvainjule added the needs: information Additional details are needed label Oct 31, 2019
@alvarovinagre
Copy link

Thank you @sylvainjule, updating to the latest version of the plugin did it for me. 👍

@sylvainjule
Copy link
Collaborator

That makes two of us, I'll close this then. Don't hesitate to ask to reopen if needed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs: information Additional details are needed
Projects
None yet
Development

No branches or pull requests

4 participants