2016-07-04 19:12:37 |
Dubstar_04 |
bug |
|
|
added bug |
2016-07-05 07:58:30 |
Jean-Baptiste Lallement |
bug task added |
|
ubuntu-ui-toolkit (Ubuntu) |
|
2016-07-05 08:56:48 |
Michael Zanetti |
bug task added |
|
unity8 (Ubuntu) |
|
2016-07-05 08:57:45 |
Michael Zanetti |
bug task added |
|
qtubuntu (Ubuntu) |
|
2016-07-05 14:44:36 |
Daniel d'Andrada |
unity8 (Ubuntu): status |
New |
Invalid |
|
2016-07-05 14:44:39 |
Daniel d'Andrada |
qtubuntu (Ubuntu): status |
New |
Invalid |
|
2016-07-05 15:41:56 |
Michael Zanetti |
summary |
QML MouseArea CursorShape: not respected |
MainView intercepts MouseArea's CursorShape property |
|
2016-07-05 15:42:24 |
Michael Zanetti |
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")
}
}
}
} |
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)
Rectangle{
anchors.fill: parent
color: UbuntuColors.coolGrey
MouseArea{
anchors.fill: parent
cursorShape: Qt.CrossCursor
hoverEnabled: true
onClicked: console.log("In MouseArea")
}
}
} |
|
2016-07-05 15:42:50 |
Michael Zanetti |
summary |
MainView intercepts MouseArea's CursorShape property |
MainView intercepts MouseArea's cursorShape property |
|
2016-07-05 19:08:59 |
Pat McGowan |
canonical-devices-system-image: importance |
Undecided |
High |
|
2016-07-05 19:08:59 |
Pat McGowan |
canonical-devices-system-image: status |
New |
Confirmed |
|
2016-07-05 19:08:59 |
Pat McGowan |
canonical-devices-system-image: assignee |
|
Zoltan Balogh (bzoltan) |
|
2016-07-05 19:09:10 |
Pat McGowan |
ubuntu-ui-toolkit (Ubuntu): assignee |
|
Zsombor Egri (zsombi) |
|
2016-07-05 22:19:59 |
Dubstar_04 |
branch linked |
|
lp:~dubstar-04/ubuntu-ui-toolkit/MainViewMouseFocus |
|
2016-07-05 23:02:13 |
Launchpad Janitor |
branch linked |
|
lp:~dubstar-04/ubuntu-ui-toolkit/MainViewMouseFocus |
|
2016-07-12 19:17:00 |
Launchpad Janitor |
branch linked |
|
lp:~dubstar-04/ubuntu-ui-toolkit/MainViewMouseFocus |
|
2016-07-15 17:19:21 |
Daniel d'Andrada |
bug |
|
|
added subscriber Daniel d'Andrada |
2016-07-19 10:47:23 |
Cris Dywan |
ubuntu-ui-toolkit (Ubuntu): assignee |
Zsombor Egri (zsombi) |
Dubstar_04 (dubstar-04) |
|
2016-07-19 10:47:28 |
Cris Dywan |
ubuntu-ui-toolkit (Ubuntu): status |
New |
In Progress |
|
2016-07-29 06:33:24 |
Dubstar_04 |
ubuntu-ui-toolkit (Ubuntu): assignee |
Dubstar_04 (dubstar-04) |
|
|
2016-09-06 10:28:00 |
Cris Dywan |
ubuntu-ui-toolkit (Ubuntu): assignee |
|
Dubstar_04 (dubstar-04) |
|
2016-09-12 11:08:05 |
Cris Dywan |
ubuntu-ui-toolkit (Ubuntu): status |
In Progress |
Fix Committed |
|
2016-09-12 11:08:09 |
Cris Dywan |
ubuntu-ui-toolkit (Ubuntu): assignee |
Dubstar_04 (dubstar-04) |
Christian Dywan (kalikiana) |
|