Re: crash when uncollapsing a collapsable

2004-02-02 Thread Andre Poenitz
On Mon, Feb 02, 2004 at 10:05:11AM +0100, Andre' Poenitz wrote: > > (btw, why is that ::findText needed at all, didn't we agree that the > > current() slice is what is needed there? IMO for debugging wouldn't be > > enough to assert on current().text() == text) > > Sort of leftover from the transi

Re: crash when uncollapsing a collapsable

2004-02-02 Thread Andre Poenitz
On Sun, Feb 01, 2004 at 01:08:37PM +0100, Alfredo Braunstein wrote: > the problem seems to consist in the following: > > - the click is dispatched through a temporary cursor cur to which this > collapsable's CUrsorSlice is pushed (the real cursor is still elsewhere); > so Yes. That's to raise th

crash when uncollapsing a collapsable

2004-02-01 Thread Alfredo Braunstein
the problem seems to consist in the following: - the click is dispatched through a temporary cursor cur to which this collapsable's CUrsorSlice is pushed (the real cursor is still elsewhere); so - insetcollapsable::edit takes this cur argument; then - insettext::edit also takes this cur argume