Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.1
-
None
-
Qt 4.7 from git-repo 6dcdab8d9ee66f420a525400d873cfccf78c7003
-
f78c58d59c1d772aa1a332fc8e90991d242ad273
Description
It seems that visibleArea.yPosition is defined as follow:
visibleArea.yPosition = (1 - visibleArea.heightRatio) * d
(d is the value between 0.0 and 1.0 depending on the page position.)
The documentation says: "yPosition is in the range 0.0 - heightRatio".
So this should be the correct definition:
visibleArea.yPosition = visibleArea.heightRatio * d