You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Focus on a single line editable text field in Firefox.
Type some text.
Press left arrow to move to the last character.
On the braille display, press the routing button for the space after the last character (as if you want to append text to the field).
Expected: The cursor should move to that position.
Actual: The cursor moves to the start of the field.
This happens because you can't move with UNIT_CHARACTER to this position, which is what routing does. This would be fixed if we had a UNIT_OFFSET (which falls back to UNIT_CHARACTER where that isn't possible).
The text was updated successfully, but these errors were encountered:
Reported by jteh on 2012-02-09 03:17
Str:
This happens because you can't move with UNIT_CHARACTER to this position, which is what routing does. This would be fixed if we had a UNIT_OFFSET (which falls back to UNIT_CHARACTER where that isn't possible).
The text was updated successfully, but these errors were encountered: