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

cursor related(?) crash

2007-01-16 Thread Edwin Leuven
recipe: insert ERT right click -> inline -> OK click in ERT box i get this in the console: Assertion triggered in void __thiscall lyx::LyXText::dispatch(class lyx::LCursor &,class lyx::FuncRequest &) by failing check "cur.text() == this" in file ..\..\..\src\text3.C:310 backtrace:

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

Cursor-related crash

2003-12-12 Thread Angus Leeming
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... Backspace Crash. #0 0x080bdcd5 in CursorIte