Re: [Interest] Track QQuickText console warning

2015-08-29 Thread Croitor Alexandru
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

[Interest] Track QQuickText console warning

2015-08-27 Thread Croitor Alexandru
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