Reported by jteh on 2012-02-09 03:17
Str:
- 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).
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).