Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-03-01 Thread Alexander Dyagilev
Hello, Unfortunately, HoverHandler is buggy too... I've created the bug report here: https://bugreports.qt.io/browse/QTBUG-91450 On 2/25/2021 10:05 AM, Elvis Stansvik wrote: Den ons 24 feb. 2021 17:09Alexander Dyagilev > skrev: It seems that HoverHandler is no

Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-25 Thread Alexander Dyagilev
Hello, The problem that our QML code is quite complex and I'll have to spend much time generating a minimal reproducible sample. I just do not want to, sorry :) On 2/25/2021 10:05 AM, Elvis Stansvik wrote: Den ons 24 feb. 2021 17:09Alexander Dyagilev > skrev:

Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-24 Thread Elvis Stansvik
Den ons 24 feb. 2021 17:09Alexander Dyagilev skrev: > It seems that HoverHandler is not affected by this bug: > https://doc.qt.io/qt-5.12/qml-qtquick-hoverhandler.html > > I've switched to it - the problem is not happening anymore. > Glad it worked out, but if you think there is a bug in MouseAr

Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-24 Thread Alexander Dyagilev
It seems that HoverHandler is not affected by this bug: https://doc.qt.io/qt-5.12/qml-qtquick-hoverhandler.html I've switched to it - the problem is not happening anymore. On 2/15/2021 8:14 PM, Alexander Dyagilev wrote: Hello, In our code we have one MouseArea which fills entire parent: Mous

Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-24 Thread Alexander Dyagilev
ev *Sent:* February 15, 2021 12:14 PM *To:* interest@qt-project.org *Subject:* [Interest] QML MouseArea containsMouse is set to true even if it's not actually Hello, In our code we have one MouseArea which fills entire parent: MouseArea{ id:/mouseAreaRow/ hoverEnabled:true anchors.fill:

Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-15 Thread Jérôme Godbout
From: Interest On Behalf Of Alexander Dyagilev Sent: February 15, 2021 12:14 PM To: interest@qt-project.org Subject: [Interest] QML MouseArea containsMouse is set to true even if it's not actually Hello, In our code we have one MouseArea which fills entire parent: MouseArea { id: m

[Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-15 Thread Alexander Dyagilev
Hello, In our code we have one MouseArea which fills entire parent: MouseArea{ id:mouseAreaRow hoverEnabled:true anchors.fill:parent propagateComposedEvents:true onPressed:{mouse.accepted=false} } And we have another MouseArea which fills a small part of the same area which the first Mou