Description: Buttons plus minus don't works Steps to Reproduce: 1.impress file 2.insert shape 3.write text. Select text. 4. right click > Text attributes 5. Tab Text animation 6. Select some Effect 7. Deselect check box Delay 8. Button Up/Down Actual Results: Buttons don't works Expected Results: Buttons work Reproducible: Always User Profile Reset: No Additional Info: Version: 7.2.0.0.alpha0+ / LibreOffice Community Build ID: 54387d1d35cb79a30be208052831de74efd8b2f2 CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded
Works in GEN, adding Caolán to CC.
Created attachment 172034 [details] printscreen
On pc Debian x86-64 with master sources updated today (65d6dc999c3e453498a007273cea26290c720f4c), I could reproduce this with gtk3 and kf5 rendering, not with gen one.
Code pointer: cui/source/tabpages/textanim.cxx I compared delay variable "m_xMtrFldDelay" and Pixels one "m_xMtrFldAmount", it seems the pb could be the missing call to "set_increments" and "set_range" BTW, it seems there's also the same pb with "Animation cycles:" part.
There were GtkAdjustments added in commit 87e21946fa9a81c403a146d03579691537c1352c Date: Sat Aug 17 20:41:26 2013 -0300 Convert text animations tab page to widget UI but they weren't attached to the GtkSpinButtons
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/eafad0719f50e34dadf9a32c2fb24cf00047f6eb tdf#142303 connect adjustments to spinbuttons It will be available in 7.2.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.
done in devel, backport to 7-1 in gerrit
With master sources updated today, I don't reproduce the pb with gtk3 and kf5 renderings for "Delay" and "Animation cycles" part. Thank you Caolán!
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/561cfa00bca1c07778b03474bd5e2452f26c8839 tdf#142303 connect adjustments to spinbuttons It will be available in 7.1.4. 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.