When pressing enter just before a word, the word ends up duplicated. If a space is added prior to the word the expected results.
When trying at the beginning of a sentence, the first word will remain and the rest will be on the new line. (Example B)
Example line:
This is a test
Press enter immediately before the a.
Expected result
Expected:
This is
a test
Expected (B)
This is a test
Actual result
Actual:
This is
aa test
Example B:
This
is a test
Environment
Android O (8.0). GBoard keyboard.
Additional information
In addition to installing GBoard, if you use the Android Studio IDE or an Android emulator with the ASOP build image it will have the GBoard installed.
Yep. Iām still seeing this behaviour. Different phone (Pixel 2 XL now instead) but same GBoard keyboard. For both examples above I get the same behaviour
Experiencing same. On Android, using gboard (donāt think this is a gboard issue though, Iāve seen this with BlackBerry keyboard as well). It happens if you are using dynalist from browser as well. undo gets rid of the double word.
That might be a result how GBoard is implemented differently for iOS
I just took a look at the code and it looks like we have already done event.preventDefault() when you press Enter, but GBoard still proceeds to use the auto-correction result. Not sure if thereās anything we can do about it, except for somehow reading what GBoard will auto-correct and remove that part manually (and only on Android!).
In any case, we have tracked this bug on our todo list.
@Shida are we doing anything extra when pressing Enter that results in such behavior?
I donāt think so⦠Based on the behavior, I think GBoard probably sends an autocorrect (text change) event, then the enter keypress event, which means we donāt really have a way to prevent that.
I see all kinds of messed up behavior with GBoard on iOS. When I create a new list item and hit enter, sometimes I get a newline WITHIN the bullet rather than a new bullet. Then when I hit delete I get a completely mangled entry.
I attached some screenshots.
I hit Enter with my cursor at the end of INBOX
I tried to type test (it autocorrected to eat) and hit enter (not sure if autocorrect is part of it)
Newline is inside bullet
Hit backspace
INBOX is completely mangled, no idea where the B came from
Note in the first image you can see the double height line. The cursor is actually below Eat on the left margin. The second image is after hitting backspace from that position. Iām guess the st comes from the pre-autocorrect attempt to type ātestā.
Same issue here. Duplicating of words on new line and getting new line within same bullet when pressing ENTER.
Tried with several keyboards and only happens with gboard. Iāve tried disabling different prediction settings to narrow down the problem but no change.
Hi, is there any progress with this? Itās driving me crazzy. Thank you. Is it possible to an option to disable multiple lines or notes within one bullet? I do not use that and this i believe could solve it. Thank you