Dov Feldstern wrote:
Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
I had a crash while navigating with the right and left arrow keys with the attached document.

This is probably related to this comment from Lars in Text::setCurrentFont():

        else // potentional bug... BUG (Lgb)
            if (par.isSeparator(pos)) {
                if (pos > cur.textRow().pos() &&
                    bidi.level(pos) % 2 ==
                    bidi.level(pos - 1) % 2)
                    --pos;
                else if (pos + 1 < cur.lastpos())
                    ++pos;
            }


Abdel.


There are some strange things going on around the area in the document where the bug occurs:
*) First of all, if you close the inset, it's fine
*) If you move to one space after (to the left of) the inset while it's closed, and then open the inset, you suddenly find yourself inside it!
*) This may be related to (3) of bug 3551 --- I'm not sure.

Just in case the phenomenology can help to diagnose the problem...

Reply via email to