Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor sometimes skips empty paragraphs when moved with Up/Down keys (FF-only) #124

Closed
kossebau opened this issue Oct 16, 2013 · 2 comments

Comments

@kossebau
Copy link
Contributor

How to reproduce:

  1. welcome.odt
  2. create a new paragraph after "It can embed fonts too"
  3. put cursor with mouse at start of "It can embed..."
  4. Press cursor-down key
  5. Press cursor-up key
  6. Goto 4 unless you managed to reach the empty paragraph (but break whenever you like :) )

Expected:
empty paragraph can be reached that way

Actual:
empty paragraph is skipped when the cursor is moved up/down.

It does not skip it if the cursor-up key is pressed when the cursor is in the paragraph below and at least in the text "give you access to your ..."

@peitschie peitschie self-assigned this May 7, 2014
@peitschie
Copy link
Contributor

This is related to broken line detection code such as described in #224 , as well as FF incorrectly causing line wraps at the point of the cursor (#86).

@peitschie
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants