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

TableView: cellAtPosition() doesn't provide valid cell information for all the cases

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 6.5
    • None

    Description

      The TableView cellAtPosition() API doesn't provide valid cell information for the point outside the viewport.

      How to reproduce:
      1. Have more columns in the table view, such that the viewport covers only a part of it
      2. Scroll to the last column and get the cell information for that point using cellAtPosition(point)

      Actual:
      Invalid cell information for the position outside the viewport

      Expected:

      Valid cell information for that position

       

      Note to investigate:

       

      The loadedColumns() have been used to compute the cell information for the point, which doesn't consider all the columns.

       

      Attachments

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

        Activity

          People

            santhoshkumar Santhosh Kumar Selvaraj
            santhoshkumar Santhosh Kumar Selvaraj
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes