Skip to content

OpenBoard injects space before character that follows double quote, half the time. #883

@ghost

Description

OpenBoard injects space before character that follows double quote, half the time.

attempting to type the following sequence:

  1. normal double-quote mark
  2. x
  3. enter
    several times produces the following output:
"x
" x
"x
" x
"x
" x

further testing also illustrates the issue:

"a
" a
"b
" b
"c
" c
"4
" 4
"5
" ∆
"d
""
""
""
"„
" „
"“
" “
"test. " test. "test. " test. "test. " test.
'test. 'test. 'test. 'test. 'test. 'test.

the space appears when the next character is typed, unless that next character is also a normal double-quote.

the double-quote mark is a normal character, not a smart quote.

this issue does not also happen when typing a single-quote or back-tick.

OpenBoard should not be injecting any characters that i did not type.

all autocorrect-type of features are disabled.

the version is 1.4.5, running on android version 12.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions