Description: On the slide transition sidebar panel we have a list of slide transitions. Since there are more transitions what we can display on the panel there is a scrollbar too. When I move the selection inside this list with arrow keys and the selected item is out of the view the widget scrolls autmatically to make the selected item visible. However this does not work when I select the item "None" while it's out of the visible area. Steps to Reproduce: 1. Open Impress 2. Open Sidebar and the slide transition panel 3. Scroll down the item list so the "None" item is invisible 4. Click inside the list to select any item 5. Move the selection by arrow keys, first under the "None" item, then on the it Actual Results: The list is not scrolled to make the selected "None" item visible. Expected Results: The list should be scrolled to make the selected "None" item visible as it works any other item. Reproducible: Always User Profile Reset: No Additional Info:
Let's convert this one an easy hack The panel code is here sd/uiconfig/simpress/ui/slidetransitionspanel.ui sd/source/ui/animations/SlideTransitionPane.cxx Check mpVS_TRANSITION_ICONS variable. It's the list of available transitions.
Waiting for code review https://gerrit.libreoffice.org/65772
Patrik Vas committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/04e41ba2d86921ce17214e2b70a277df7cf5f8ed%5E%21 tdf#120037: Fix transition sidebar "None" scroll issue It will be available in 6.3.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.