Skip to content

Set interactive of TableView and page flickable to false

David Redondo requested to merge work/davidre/interactive into master

SelectionRectangle has a weird interaction where it can intercept mouse events when it shouldn't (QTBUG-125867) for some reason setting the flickables to not be interactive works around this. This should have no other effect because we are in scrollviews that manage touch and scrolling. BUG:499303 BUG:487219

Merge request reports

Loading