Hello, > There is a bug in qt4.8 that makes textediting crash. And it's not really > practical to workaround it in Calligra.
Is it an assert or is it a real crash? > More specifically qt4.8 crashes whenever you eg cursor->setPosition or > editing that moves the cursor position. > > Unless you wrap those call inside begin/endEditBlock pairs. I've done that > but this is all over and also has the not so nice side effect that the > visible cursor position is not update.. I think it might make sense Qt wise to make sure that editing is only done in begin/endEditBlock so I think we should make sure that in our code we do that every time we edit something. Can you explain the side effect a bit more detailed. Might there be a way to workround the problem too. it should be possible to show the cursor as other qt classes do it to but maybe I'm missing something. Thorsten _______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel