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

Scrolling with mousewheel in ListView does not produce onMovementStarted events

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 4.7.0
    • 4.7.0
    • None
    • tested on Windows XP and Ubuntu 9.10 (Gnome)
    • d44b7f2faa8cdc3832eac40bc45102acc3e3146a

    Description

      To reproduce, use examples/listview/listview-example.qml and add the following snippet to one of the listviews:

      onMovementStarted:

      { console.log("onMovementStarted()") }

      onMovementEnded:

      { console.log("onMovementEnded()") }

      onMovingChanged:

      { console.log("onMovingChanged()") }

      Nothing is printed on output if scrollwheel is used, but it works with mouse. Other signals are broken too as can be seen from the output.

      Attachments

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

        Activity

          People

            martjone Martin Jones (closed Nokia identity) (Inactive)
            holmsted Lasse Holmstedt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes