Re: cursor related(?) crash

2007-01-17 Thread Jean-Marc Lasgouttes
> "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

Re: cursor related(?) crash

2007-01-16 Thread Bo Peng
OK to apply? I did more testing and submitted it. Cheers, Bo

Re: cursor related(?) crash

2007-01-16 Thread Bo Peng
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 =

Re: cursor related(?) crash

2007-01-16 Thread Jean-Marc Lasgouttes
> "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

Re: Cursor-related crash

2003-12-12 Thread Alfredo Braunstein
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