Vincent van Ravesteijn wrote:
rgheck schreef:
Vincent van Ravesteijn wrote:
Richard,
I found another bug that is caused by an inset with an uninitialized
buffer.
Make a new document with a section heading <enter> a Note Inset
<enter> a section heading.
If you try to move down the first section with the down button in
the outliner, LyX crashes.
This is triggered by the call to updateLabels() in text3....@1984
(in LFUN_OUTLINE_DOWN). The function that copy/pastes the inset does
not use the normal cut and paste code (as Abdel indicated in the
thread about the outline context menu). Therefore, the buffer of the
inset is not set.
I was unable to reproduce this. I'm attaching the file as I had it.
rh
I can reproduce this with your file.
I was using branch, where I don't get the crash. Only in trunk. Any idea
why that would be?
rh