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

Space is inserted when typing two consecutive double quotes #840

Closed
b02860de585071a2 opened this issue Jun 4, 2024 · 1 comment · Fixed by #842
Closed

Space is inserted when typing two consecutive double quotes #840

b02860de585071a2 opened this issue Jun 4, 2024 · 1 comment · Fixed by #842
Labels
bug Something isn't working

Comments

@b02860de585071a2
Copy link
Contributor

Describe the bug

Typing two double quotation marks (", U+0022) in a row inserts a space after the second " character. This does not occur with any other symbol in English/Spanish layouts.

To Reproduce

Suppose I want to emphasize something with triple air quotes. I type:

"""word"""

But what actually comes out is:

"" "word" ""

This is only welcome behavior if you're typing "a" "lot" "of" "quoted" "items" "like" "this".

Expected behavior

A space should not be inserted after every second quotation mark.

App version
2.0-alpha1 (this occurs on current stable too)

Device:
I've replicated this on 3 different devices, ranging from Android 8-14. Stock or custom ROM does not affect the behavior.

@b02860de585071a2 b02860de585071a2 added the bug Something isn't working label Jun 4, 2024
@devycarol
Copy link
Contributor

Aah thank you! This was always so annoying 😅

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

Successfully merging a pull request may close this issue.

2 participants