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

Scrolling qml Flickable on mac

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.5.0
    • 4.7.4, 4.8.0, 5.0.0
    • None
    • MacOS Lion, Leopard, Snow leopard
    • macOS
    • a6ed830f4779e218b8e8f8d82dc4aa9b4b4528a1

    Description

      Just tests my qml project under Lion... Main part of interface is a ListView. Try to scroll it with touch pad, mouse wheel and mouse track pad. Bad bad look & feel. It's wery slow.

      Inside QDeclarativeFlickable::wheelEvent (or somthing) it just SET current speed to 2*delta. No scroll! Why?
      Why position does not changes at all?

      Bug: many scroll evets in small amount of time acts like latest one. Like all previous was ignored.

      What if mouse has realy small scroll step? (like under lion)

      MacOS have realy good scrolling support.
      Precise mode for smooth scrol on tuch screens and pads.
      phases of scroll and momentum for kinetic scrolling. mac docs

      They have different events for wheel and scroll.

      It will be nice for Qt to have Separate Scroll Events.

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              setosha Anton Sergunov
              Votes:
              8 Vote for this issue
              Watchers:
              16 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes