[Libreoffice-bugs] [Bug 129708] Impress: Long operation during typing
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 2 09:54:44 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=129708
--- Comment #3 from Serge Krot (CIB) <serge.krot at cib.de> ---
Quick analysis:
* when we have animation for list in shape we try to check and validate each
animation step
* for this we call CustomAnimationEffect::checkForText() which actually creates
a duplication of the entire enumeration
So,
* more items in list -> more animation steps
* more animation steps -> more duplication of the enumeration
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200102/a60f7293/attachment.htm>
More information about the Libreoffice-bugs
mailing list