Dov Feldstern wrote:
Stefan Schimanski wrote:
Hi!
Is it a bug or a feature that the cursor does not enter insets from
the right in the text? In Text::cursorLeft the
checkAndActivateInset(cur, false) call comes before moving the cursor
from the right. Though checkAndActivateInset expects the cursor to be
left of the inset to enter. I guess that's not was is expected, right?
Stefan
Hi!
I'm almost certainly responsible for this --- I basically rewrote
cursorLeft recently, in order to solve the crash we were having with RTL
on (http://www.lyx.org/trac/changeset/18389).
However, I'm not sure I understand what the problem is? It seems to be
working for me?
Dov
Okay, I see what the issue is (I mean, I see the problem, not the
solution yet ;) ). When you were saying the problem is only at the end
of a line, you mean after a real newline, not just a linebreak.
I'll try to take a look at this.
Dov