So I was able to partially debug the issue, and I thing I found a bug, it
concerns Accessibility.
The Label element is defined as
Text {
id: label
// .
Accessible.name: text
Accessible.role: Accessible.StaticText
}
If I remove the Accessible.role property, the issue disappear
Hi.
I have Label {} qml element that has its visible and enabled property set
to false.
Whenever I hover over where the element should be, the following warning
appears in console:
QQuickText QVariant(Invalid) QRect(0,0 0x0)
If remove the element, or set the visible flag to true, the warning
di