Bug 129386 - Box with slide transitions can't be scrolled in the sidebar in iOS (app version 4.2)
Summary: Box with slide transitions can't be scrolled in the sidebar in iOS (app versi...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: iOS Editor (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other iOS
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-13 18:21 UTC by Nicolas Christener
Modified: 2020-11-19 12:28 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Printscreen showing the issue (255.83 KB, image/png)
2019-12-13 18:24 UTC, Nicolas Christener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Christener 2019-12-13 18:21:36 UTC
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
Comment 1 Nicolas Christener 2019-12-13 18:24:14 UTC
Created attachment 156567 [details]
Printscreen showing the issue
Comment 2 Xisco Faulí 2019-12-16 18:37:19 UTC
Moving to NEW
Comment 3 How can I remove my account? 2020-01-06 17:28:37 UTC
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.)
Comment 4 Nicolas Christener 2020-10-23 05:49:08 UTC
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.
Comment 5 Tomaz Vajngerl 2020-10-23 07:10:10 UTC
Probably just needs to bind the panning gesture (CommandEventId::Gesture) to scroll in ValueSet.
Comment 6 Nicolas Christener 2020-10-23 09:33:05 UTC
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?
Comment 7 Tomaz Vajngerl 2020-10-23 11:05:00 UTC
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.
Comment 8 Nicolas Christener 2020-11-19 07:45:08 UTC
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!
Comment 9 How can I remove my account? 2020-11-19 12:28:27 UTC
OK, resolving this as fixed.