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
Basically, the client rect calculations used to detect line-start and line-end do not behave well in firefox, leading to unexpected results when using the home/end keys.
This is also impacted by firefox breaking words when the cursor is placed in them (see issue #86).
The text was updated successfully, but these errors were encountered:
Uses of the SelectionMover were replaced with a more robust implementation as part of #609. The failing tests are no longer connected to any code used in production and will be removed soon.
See http://127.0.0.1:8124/webodf/tests/tests.html?suite=OdtDocumentTests in a local firefox session.
Basically, the client rect calculations used to detect line-start and line-end do not behave well in firefox, leading to unexpected results when using the home/end keys.
This is also impacted by firefox breaking words when the cursor is placed in them (see issue #86).
The text was updated successfully, but these errors were encountered: