[SDK] Unfocussed appearance for text field
Bug #1396062 reported by
Giorgio Venturi
on 2014-11-25
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ubuntu UX |
High
|
Jouni Helminen | ||
| ubuntu-ui-toolkit (Ubuntu) |
Undecided
|
Christian Dywan | ||
| Vivid |
Undecided
|
Unassigned | ||
| ubuntu-ui-toolkit (Ubuntu RTM) |
Undecided
|
Unassigned |
Bug Description
The current unfocussed appearance of TextField and TextArea is different than the design. Currently it looks as if is disabled, rather than enabled.
https:/
Text input backgrounds should be #FAFAFA
Related branches
lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/highContrastTextFieldColor
- PS Jenkins bot: Approve (continuous-integration) on 2014-12-08
- Tim Peeters: Approve on 2014-12-08
-
Diff: 55 lines (+7/-5)4 files modifiedmodules/Ubuntu/Components/TextArea.qml (+2/-2)
modules/Ubuntu/Components/TextField.qml (+2/-2)
modules/Ubuntu/Components/Themes/Ambiance/Palette.qml (+1/-1)
modules/Ubuntu/Components/Themes/Ambiance/TextAreaStyle.qml (+2/-0)
Giorgio Venturi (giorgio-venturi-deactivatedaccount)
on 2014-11-25
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Jouni Helminen (jounihelminen) |
Zoltan Balogh (bzoltan)
on 2014-11-25
no longer affects: | ubuntu-ui-toolkit |
Tim Peeters (tpeeters)
on 2014-11-27
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Confirmed |
assignee: | nobody → Christian Dywan (kalikiana) |
Christian Dywan (kalikiana) wrote : | #1 |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → Invalid |
Tim Peeters (tpeeters)
on 2014-12-03
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Invalid → Confirmed |
Giorgio Venturi (giorgio-venturi-deactivatedaccount)
on 2014-12-03
description: | updated |
Christian Dywan (kalikiana) wrote : | #2 |
So "default" here actually means not focussed. It wrongly has the color that should mean disabled.
summary: |
- [SDK] Default appearance for text field + [SDK] Unfocussed appearance for text field |
Christian Dywan (kalikiana)
on 2014-12-03
description: | updated |
Christian Dywan (kalikiana)
on 2014-12-17
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → Fix Released |
Jouni Helminen (jounihelminen)
on 2015-03-18
Changed in ubuntu-ux: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
TextInput and TextEdit are the basic QtQuick components, TextField and TextArea are the components in our UI Toolkit based on them. The fact that they look and behave very different is not a bug.