Hi Tomas,
if a word starts with a number, the selection after previousWord() includes the precending whitespace.
The function NavigationActions.previousWord() calls !Character.isLetter(text.charAt(pos)) and moves to the precending position.
I supose this is a bug?!
greetings Roel.
Hi Tomas,
if a word starts with a number, the selection after previousWord() includes the precending whitespace.
The function NavigationActions.previousWord() calls !Character.isLetter(text.charAt(pos)) and moves to the precending position.
I supose this is a bug?!
greetings Roel.