Quote Originally Posted by wysota View Post
What do you mean the property is "outdated"? MouseArea reacts on mouse movement, it has no way of knowing it has moved under the cursor.
I mean the property is not updated, because when I pressed the mouse and then move it, containsmouse is still true. Am i understanding it correctly?

http://qt-project.org/doc/qt-5/qml-q...ainsMouse-prop

Why do you enable clipping then?
I enabled the parent so that it won't display when scrolled because the other siblings have transparent background.
The rectangle that I wanted to overlap into other parent's siblings is my custom dropdown.