Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71906

Scroll bar is not interactive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.12.0 Beta 4
    • Quick: Controls 1
    • None
    • All

      transientScrollBar is set to false. Even then scrollbar is not interactive with touch. The scrollbar is interactive only with Mouse.

      if (mouse.source !== Qt.MouseEventNotSynthesized)

      { return; }

      because of the above piece of code in scrollbar.qml, touch action is not responded. 

      I feel transientScrollBars property should also be checked along with this condition

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            lijoignatius IGNATIUS LIJO
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes