Activity log for bug #1589895

Date Who What changed Old value New value Message
2016-06-07 10:00:05 Cris Dywan bug added bug
2016-06-07 10:00:25 Cris Dywan bug task added ubuntu-ux
2016-06-07 10:04:04 Cris Dywan description By default, when using links in a label, the color is not taken from the palette, and becomes unreadable in SuruDark. Label { text: '<a href="http://www.ubuntu.com">Ubuntu Website</a>' textFormat: Text.StyledText onLinkActivated: Qt.openUrlExternally(link) } There's no palette value for this use-case. A work-around is to use "linkColor: UbuntuColors.orange" which works for both standard themes. By default, when using links in a label, the color is not taken from the palette, and becomes unreadable in SuruDark. Label {     text: '<a href="http://www.ubuntu.com">Ubuntu Website</a>'     textFormat: Text.StyledText     onLinkActivated: Qt.openUrlExternally(link) } There's no palette value for this use-case. A work-around is to use "linkColor: UbuntuColors.orange" which works for both standard themes. See also bug 1589896.
2016-06-07 14:35:40 Femma ubuntu-ux: assignee Jamie Young (jamiedawsonyoung)