We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-12-30 16:19:31 +0200 |
When accepting a word from the suggestion bar, a space character is inserted after it, e.g. word_
- that's fine.
When typing a punctuation as the next character, it is inserted before the space, e.g. word._
(not in Android environment)
For consistency reasons, the punctuation character should replace the space, instead of being inserted before it, e.g. word.
...
) after an accepted suggestion, which always ends up as ._..
If the space-appending behavior is actually desired, manual input should at least be processed in a similar fashion. (And ideally provide auto-correct for ellipsis.)
Related: [bug] Remove space before punctuation in Android application.
When accepting a word from the suggestion bar, a space character is inserted after it, e.g. word_
- that's fine.
When typing a punctuation as the next character, it is inserted before the space, e.g. word._
(not in Android environment)
For consistency reasons, the punctuation character should replace the space, instead of being inserted before it, e.g. word.
...
) after an accepted suggestion, which always ends up as ._..
If the space-appending behavior is actually desired, manual input should at least be processed in a similar fashion. (And ideally provide auto-correct for ellipsis.)
Related: [bug] Remove space before punctuation in Android application.