>>>>> "Tim" == Tim Brunne <[EMAIL PROTECTED]> writes:
Tim> Dear developers, I found a bug as follows:
Tim> . layout document type : article . typed a section : bla bla
Tim> . typed some standard text : bla bla . inserted a table of 5
Tim> colunms and 20 rows . moved cursor to last row of the table and
Tim> did a <ctrl & return> s.t. the hight of the row doubled . moved
Tim> cursor to the bottom of the last row . choose : edit table delete
Tim> row . program hangs
Tim> After that I had to kill the lyx process, because it would not
Tim> wake up again.
Hello,
I can confirm this bug in the latest source: create a new table, do
C-Return in the last cell, go up once to be in the first line of the
last cell and do Delete Row.
The cause is an endless loop in LyXText::RemoveTableRow. Maybe Juergen
could use his infinite wisdom to tell us what the problem is? :)
JMarc