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

Scroll bar is not interactive

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes