Apps that import Ubuntu.Components 1.2 or older use the 1.3 palette
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Zoltan Balogh | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Released
|
Critical
|
Zsombor Egri |
Bug Description
For example:
import QtQuick 2.4
import Ubuntu.Components 1.2
MainView {
width: units.gu(48)
height: units.gu(60)
Page {
title: "Hello, I am blue." // should be darkGrey
Label {
text: "bla"
color: Theme.palette.
}
}
}
The old header label uses the selected.
Several apps that use the old header and import Ubuntu.Components 1.2 or older have blue text in the header because of this bug. For example: clock app.
Related branches
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Ubuntu SDK team: Pending requested
-
Diff: 120 lines (+51/-4)6 files modifiedsrc/Ubuntu/Components/plugin/ucdeprecatedtheme.cpp (+2/-1)
src/Ubuntu/Components/plugin/uctheme.cpp (+5/-1)
src/Ubuntu/Components/plugin/uctheme.h (+1/-1)
tests/unit_x11/tst_deprecated_theme_engine/ErroneousPaletteUse.qml (+33/-0)
tests/unit_x11/tst_deprecated_theme_engine/tst_deprecated_theme_engine.cpp (+8/-0)
tests/unit_x11/tst_deprecated_theme_engine/tst_deprecated_theme_engine.pro (+2/-1)
description: | updated |
Changed in canonical-devices-system-image: | |
milestone: | none → ww08-2016 |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
assignee: | nobody → Zsombor Egri (zsombi) |
Changed in canonical-devices-system-image: | |
importance: | Undecided → Critical |
assignee: | nobody → Zoltan Balogh (bzoltan) |
no longer affects: | ubuntu-ui-toolkit (Ubuntu) |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
importance: | Undecided → Critical |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
Changed in canonical-devices-system-image: | |
status: | Fix Released → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
Thanks Tim for digging it out!