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
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-
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
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.
>
>
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