[SDK] Unfocussed appearance for text field
Bug #1396062 reported by
Giorgio Venturi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Released
|
High
|
Jouni Helminen | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Cris Dywan | ||
Vivid |
New
|
Undecided
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
New
|
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://staging/~ubuntu-sdk-team/ubuntu-ui-toolkit/highContrastTextFieldColor
- PS Jenkins bot: Approve (continuous-integration)
- Tim Peeters: Approve
-
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)
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Jouni Helminen (jounihelminen) |
no longer affects: | ubuntu-ui-toolkit |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Confirmed |
assignee: | nobody → Christian Dywan (kalikiana) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Invalid → Confirmed |
description: | updated |
description: | updated |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → Fix Released |
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.