Some ubuntu-ui-toolkit component muse be eating or overriding that
MouseArea's cursor.

If you have a qml file just with that inner Rectangle + MouseArea it
works fine:

"""
import QtQuick 2.4
import Ubuntu.Components 1.3

MainView {
    objectName: "mainView"
    applicationName: "mouseTest"

    width: units.gu(100)
    height: units.gu(75)

    Page {
        header: PageHeader {
            id: pageHeader
            title: i18n.tr("Cursor Test")
        }

        Rectangle{
            anchors.fill: parent
            color: UbuntuColors.coolGrey

            MouseArea{
                anchors.fill: parent
                cursorShape: Qt.CrossCursor
                hoverEnabled: true
                onClicked: console.log("In MouseArea")

            }
        }
    }
}
"""

** Changed in: unity8 (Ubuntu)
       Status: New => Invalid

** Changed in: qtubuntu (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598920

Title:
  QML MouseArea CursorShape: not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1598920/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to