Re: [Development] Erroneous Qt TouchBegin event to QGraphicsView ?

2017-08-04 Thread Patrick Stinson
Perfect, thank you Edward. > On Aug 4, 2017, at 2:10 AM, Edward Welbourne wrote: > > Patrick Stinson (3 August 2017 18:43) >> I have filed bug reports before but am not sure where the line between >> bug discovery and bug reporting is. For example in this case I am >&

Re: [Development] Erroneous Qt TouchBegin event to QGraphicsView ?

2017-08-03 Thread Patrick Stinson
judgement in the future? Thanks! > On Aug 3, 2017, at 8:40 AM, Andreas Aardal Hanssen > wrote: > > >> 3. aug. 2017 kl. 04.54 skrev Patrick Stinson : >> Hi there! >> I am seeing a QEvent::TouchBegin being sent to the QGraphicsView viewport >> (on Mac) when

[Development] Erroneous Qt TouchBegin event to QGraphicsView ?

2017-08-02 Thread Patrick Stinson
Hi there! I am seeing a QEvent::TouchBegin being sent to the QGraphicsView viewport (on Mac) when moving the mouse into or out of the view with no buttons pressed. I noticed this because if a QLineEdit somewhere else on the window, and then I move the mouse over the view, the line edit loses fo