There is a long time out from 1 up to 5 seconds when you just press ENTER, when cursor is placed on some slide, inside text frame with list.
Thank you for reporting the bug. Please attach a sample document, as this makes it easier for us to verify the bug. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested document is provided. (Note that the attachment will be public, remove any sensitive information before attaching it. See the QA FAQ Wiki,https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F, for further detail.) Additionally, could you please update this posting with what version of LibreOffice you are currently using and the operating system? To find out this information, select the "Help" menu in Impress and select the "About LibreOffice" option.
Created attachment 156896 [details] One slide with animated list
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
Serge Krot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c97f9af5e47ea234ad709a1f66c1e8ed20640066 tdf#129708 speed-up: reuse enumeration for each effect It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Serge Krot committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/0c8848394df6e0c8ac3149ffde1314e8e1171869 tdf#129708 speed-up: reuse enumeration for each effect It will be available in 6.4.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Serge Krot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/92ccf53b2a8102299ac2c3e2612bb507d3a79c0f tdf#129708 speed-up: check if we could create outline instead of creation of it It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Serge Krot committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/e88a993b5b0a1a6245a0ae9e1d1e9f365ec7cba3 tdf#129708 speed-up: check if we could create outline instead of creation of it It will be available in 6.4.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
I do confirm the user experience seems faster in Version: 6.5.0.0.alpha0+ Build ID: 838935758a5ec8e0e68f4df0cf5bfcf737e3f6f2 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded Specially when using enter key consecutively