Description: Impress on iOS (app version 4.2) has a button in the menu that opens the sidebar and shows the available slide transitions. The box containing the transitions can't be scrolled and does not fit entirely into the space it has. Steps to Reproduce: 1. Create/open a slide deck using the iOS app (version 4.2) 2. Tap on the "star" symbol in the menu to open the slide tranistion sidebar 3. Try to scroll the box containing the slide tranisitons using a finger Actual Results: It's not possible to scroll the box with a finger Expected Results: It should be possible to scroll the box using a finger. Reproducible: Always User Profile Reset: No Additional Info: Tested with 4.2 (25) on iOS 13.3.x
Created attachment 156567 [details] Printscreen showing the issue
Moving to NEW
Scrolling the box works for me if I tap in the scrollbar, but not if I try to drag the scrollbar "elevator". (Of course, it is supposed to work to drag it, but at least there is a workaround.)
How complex would it be, to implement scrolling through such lists with the finger? This issue is present in many tunneled dialogs (see also #133281) and makes using them hard.
Probably just needs to bind the panning gesture (CommandEventId::Gesture) to scroll in ValueSet.
What's the best way to get this done for ~all (if possible) lists? I can collect them and make screenshots if this helps. Or is there a simpler way?
This suggestion would solve all lists that are implemented using a ValueSet widget (icon with (or without) text under icon), but I didn't look how scrolling is implemented in ValueSet.
Technically this issue has been fixed in 6.4.0 (16) - the box is big enough to fit the whole content; there's no need to scroll it. But there are other boxes that are not scrollable - even ones that can have infinite entries. I suggest we close this issue. In parallel I'll add a new issue on GH to have an up to date description. Thanks a lot to the Collabora team for taking care of this!
OK, resolving this as fixed.