Adding unity8 & qtubuntu as I think this is more in there, not uitk

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: qtubuntu (Ubuntu)
   Importance: Undecided
       Status: New

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

Title:
  QML MouseArea CursorShape: not respected

Status in Canonical System Image:
  New
Status in qtubuntu package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  The MouseArea CursorShape doesnt have any effect.

  Docs Here: http://doc.qt.io/qt-5/qml-qtquick-mousearea.html

  Expected Behavour: 
  Mouse image shows selected Qt cursor

  Experienced Behavour: 
  The regular arrow is displayed. 

  
  Example Code:

  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")

              }
          }
      }
  }

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to