[themes] [design] Develop a strategy to keep fonts readable wherever we allow the user setting his own background image
Bug #1391560 reported by
Michael Zanetti
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Committed
|
Medium
|
Jouni Helminen | ||
unity8 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
As discussed with Olga, we need to develop a strategy on keeping the fonts readable when we allow the user to change the background. This is currently the case on the Greeter and the Lockscreens.
Related branches
lp://staging/~feng-kylin/unity8/AddSmallDropShadowOnText
Rejected
for merging
into
lp://staging/unity8
- Michael Zanetti (community): Needs Fixing
- Jouni Helminen: Pending requested
-
Diff: 415 lines (+145/-27)10 files modifiedqml/Components/DelayedLockscreen.qml (+21/-8)
qml/Components/DropShadowText.qml (+48/-0)
qml/Components/Lockscreen.qml (+10/-1)
qml/Components/PassphraseLockscreen.qml (+19/-5)
qml/Components/PinLockscreen.qml (+29/-6)
qml/Components/PinPadButton.qml (+11/-1)
qml/Greeter/Clock.qml (+3/-2)
qml/Greeter/CoverPage.qml (+1/-1)
qml/Greeter/Infographics.qml (+1/-1)
qml/Greeter/LoginList.qml (+2/-2)
Changed in unity8 (Ubuntu): | |
status: | New → Incomplete |
summary: |
- Develop a strategy to keep fonts readable wherever we allow the user - setting his own background image + [themes] Develop a strategy to keep fonts readable wherever we allow the + user setting his own background image |
tags: | added: ota-2 |
summary: |
- [themes] Develop a strategy to keep fonts readable wherever we allow the - user setting his own background image + [themes] [design] Develop a strategy to keep fonts readable wherever we + allow the user setting his own background image |
Changed in ubuntu-ux: | |
assignee: | nobody → Jouni Helminen (jounihelminen) |
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in ubuntu-ux: | |
importance: | High → Medium |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Released |
status: | Fix Released → Fix Committed |
Changed in ubuntu-ux: | |
status: | New → Triaged |
To post a comment you must log in.
What the current desktop (with nautilus) is doing is to have a border around the text in an "opposite" color, this way you always get contrast, if it's not with the border it's with the font one ... could be an approach to take here