Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.4, 4.8.0, 5.0.0
-
None
-
MacOS Lion, Leopard, Snow leopard
-
-
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
- is duplicated by
-
QTBUG-44248 QML Touch scrolling too fast on OS X
- Closed
- is required for
-
QTBUG-44514 ScrollView: don't need to correct for Flickable shortcomings anymore
- Closed
- relates to
-
QTBUG-35608 Flickable speed and deceleration does not scale with pixel density
- Closed
-
QTBUG-36771 Grabbing ListView (Flickable) while playing the rebound animation causes the flickable to jump
- Closed
-
QTBUG-56075 QML Flickable: high-precision trackpad scrolling is too fast
- Closed
-
QTBUG-35609 Flickable speed and deceleration are not easily customisable
- Closed
-
QTBUG-97055 QQC2 Flickable scrolling is not linear with clicky wheels on Qt 6.2.0
- Closed
- resulted in
-
QTBUG-44493 qquicklistview autotest: flickBeyondBounds fails on CI system only
- Reported
-
QTBUG-47697 ScrollView bounce broken on Mac OS X (regression)
- Closed