| Summary: | GTK3/KF5 Text attributes > Text Animation > Delay; plus minus button | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | raal <raal> |
| Component: | Impress | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, raal, serval2412 |
| Priority: | medium | ||
| Version: | 7.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.2.0 target:7.1.4 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | printscreen | ||
|
Description
raal
2021-05-15 19:35:06 UTC
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. |