Joao Luis Meloni Assirati wrote: > I managed to produce a crash by trying to invoke the tabular panel. Open > the attached document and, without moving the cursor, click with the right > mouse button on any cell of the table. This leads to a crash. Below is the > back trace with gdb.
Confirmed (but I can not *always* reproduce). There is one piece of code which we have not in qt, but in xforms. FormTabular.C, line 519ff: if (actCell_ != cell) { update(); postWarning(_("Wrong Cursor position, updated window")); return ButtonPolicy::SMI_VALID; } Is it possible that this is the reason for the crash? If yes, where should we put this in qt? Jürgen.