> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> Should fix this. The first change was done by me
Bo> ((button_dim.contains(x, y) ) to not add text to cursor when the
Bo> inset is closed (the cursor before inset crash). The inline case
Bo> is forgotten. I do not know who is responsible for th
OK to apply?
I did more testing and submitted it.
Cheers,
Bo
This is a bug of BufferView::workAreaDispatch. When InsetCollapsable
is invoked, cur does not point inside the inset (as most code assumes)
but just outside. I do not know when this change happened, but it
should be reverted.
Index: src/insets/insetcollapsable.C
=
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
Edwin> recipe: insert ERT right click -> inline -> OK click in ERT box
Edwin> i get this in the console:
This is a bug of BufferView::workAreaDispatch. When InsetCollapsable
is invoked, cur does not point inside the inset (as most code
Angus Leeming wrote:
> Current cvs with my own changes to Martin's branches code, but that's
> irrelevant here.
>
> Start LyX
> File->New
> Insert->Special Formatting->Superscript
> Shift-Right arrow to select the blue box.
> Note that the cursor remains on the left hand side...
> Backspa