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

visibleArea.yPosition : incorrect value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 4.7.0
    • 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

      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)
            mixdtv mixd tv
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes