-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
6.8
-
None
if a GridView has the following properties:
layoutDirection: Qt.RightToLeft
flow: GridView.FlowTopToBottom
the function gridView.itemAt(x, y) won't work anymore, at least with coordinates relative to the Gridview
In the attached example, there is a gridview inside a mousearea, and onPositionChanged it does grid.itemAt(mouse.x, mouse.y) and it never finds an item when layoutDirection and Flow is set as such