← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1589896] [NEW] Labels should change mouse pointer over links to hand

 

Public bug reported:

By default, when using links in a label, the mouse pointer doesn't
change when hovering a link.

Label {
    text: '<a href="http://www.ubuntu.com";>Ubuntu Website</a>'
    textFormat: Text.StyledText
    onLinkActivated: Qt.openUrlExternally(link)
}

See also bug 1589895.

** Affects: ubuntu-ux
     Importance: Undecided
         Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1589896

Title:
  Labels should change mouse pointer over links to hand

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  By default, when using links in a label, the mouse pointer doesn't
  change when hovering a link.

  Label {
      text: '<a href="http://www.ubuntu.com";>Ubuntu Website</a>'
      textFormat: Text.StyledText
      onLinkActivated: Qt.openUrlExternally(link)
  }

  See also bug 1589895.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1589896/+subscriptions


Follow ups