Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.5.1, 6.5.2
-
None
Description
When I create several TableView instances then only the latest one gets mouse events.
On linux/x11 it causes that I cannot handle table cells mouse events.
On Android it additionally affects a Flickable/ScrollView (or I see another problem here). I cannot flick the content until I first click in the latest TableView instance. Even then trying to flick by dragging other instances causes page to jump first into the latest table position. And if the latest instance is out of the visible area then I can do nothing, flicking is not possible at all.