cagnulein / qdomyos-zwift

Zwift bridge for smart treadmills and bike/cyclette
https://www.qzfitness.com/
GNU General Public License v3.0
420 stars 116 forks source link

[BUG] Cannot scroll window when in tile move mode #463

Open sk8ersquare opened 3 years ago

sk8ersquare commented 3 years ago

Describe the bug When activating tile move mode - the screen becomes locked and you cannot scroll to select tiles off screen.

To Reproduce Steps to reproduce the behavior:

  1. Enable tile move mode in the beta
  2. Attempt to swipe down screen
  3. See error

Expected behavior Screen fluidly moves to be able to select wiggling tiles and move them accordingly.

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Potential solution is a temporary scroll bar on the right hand side to navigate during this mode.

cagnulein commented 3 years ago
        ScrollBar.vertical: ScrollBar {
            visible: window.lockTiles    // hides scrollbar
            policy: ScrollBar.AlwaysOn
        }

but using these lines the issue is that the gridview won against the scrollbar....i need to check this

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.