Jean-Marc Lasgouttes wrote:
"Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> if you change
Martin> if (it != begin()
Martin> into
Martin> if (it != begin() && currx >= targetx
Martin> I expect Joost will find it behaving slightly better in the
Martin> situation he complained about. It won't fix everything though.
I propose that we keep the patch as it is now (it fixes the crash and
improves a lot mouse positioning) and keep the other experimentations
for later.
OK? Lars?
JMarc
I'm currently doing some extensive testing with Martin's latest patch.
Personally I think not being able to position the cursor with the mouse
between brackets and other things is a major usability bug.
Now LyX 1.4 has a math toolbar Windows users are finally able to use it
in a convenient way like other common math editors (MathType etc.). It
would be a pity if that is broken by this bug since it looks like it can
be fixed easily.
Joost