Re: release issue

2012-03-09 Thread Thorsten Zachmann
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 w

Re: release issue

2012-03-09 Thread C. Boemann
On Friday 09 March 2012 23:25:10 Jaroslaw Staniek wrote: > On 9 March 2012 16:48, C. Boemann wrote: > > Hi > > > > There is a bug in qt4.8 that makes textediting crash. And it's not really > > practical to workaround it in Calligra. > > > > More specifically qt4.8 crashes whenever you eg cursor-

Re: release issue

2012-03-09 Thread Jaroslaw Staniek
On 9 March 2012 16:48, C. Boemann wrote: > Hi > > There is a bug in qt4.8 that makes textediting crash. And it's not really > practical to workaround it in Calligra. > > More specifically qt4.8 crashes whenever you eg cursor->setPosition or editing > that moves the cursor position. > > Unless you

Re: release issue

2012-03-09 Thread Sven Langkamp
On Fri, Mar 9, 2012 at 4:48 PM, C. Boemann wrote: > Hi > > There is a bug in qt4.8 that makes textediting crash. And it's not really > practical to workaround it in Calligra. > > More specifically qt4.8 crashes whenever you eg cursor->setPosition or > editing > that moves the cursor position. > >

release issue

2012-03-09 Thread C. Boemann
Hi There is a bug in qt4.8 that makes textediting crash. And it's not really practical to workaround it in Calligra. 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 d