Description: Currently it is not possible to scroll the list of entries in a "tunneled dialog" in the iOS app with a finger. Instead of scrolling the list, the whole page moves. Steps to Reproduce: 1. Create a writer document in the iOS app 2. Create some text, select it and click "Edit > Edit paragraphe style" in the menu (Bearbeiten > Absatzvoralge bearbeiten... in German) 3. Chose for example "Font Effect" and click on the selectbox next to "Overlining" 4. Trys to scroll the list with a finger to reach some items which are out of the viewport Actual Results: Scrolling the list with a finger is not possible, instead the whole window moves. Expected Results: Scrolling the list with a finger should be possible. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 150048 [details] Example of a selectbox which doesn't scroll when moving entries with a finger
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/6b476080da0678faa59606ef814760bd4235de24%5E%21 tdf#124146 add (general) gesture event support to VCL 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.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/2ccc0a9e24e3f02bfce39af922b5a4972baa2968%5E%21 tdf#124146 Support panning (pan gesture) of the combobox list 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.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/4a68361d578fe3bf313f80d8e186079bd34b2300%5E%21 tdf#124146 support posting of gesture event for LOKit 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.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/online/+/02a07d62a5afc62be9404fdf77f2cb43761414a4%5E%21 tdf#124146 touch gesture support, send pan gesture in dialogs Message lost during the outage -> https://lists.freedesktop.org/archives/libreoffice-bugs/2019-March/176645.html
Fixed in 0.1 (26). Thanks a lot @Collabora!
(In reply to Nicolas Christener from comment #6) > Fixed in 0.1 (26). > > Thanks a lot @Collabora! Thanks for checking. Setting to RESOLVED FIXED
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/online/+/066a5439026a0b65f26037e361b6768943fc6eb9%5E%21 tdf#124146 fixes for iOS