[sdk] Clicking on checkbox label should toggle the checkbox
Bug #1333228 reported by
Michał Karnicki
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Committed
|
Medium
|
Olga Kemmet | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Adnane Belmadiaf | ||
unity8 (Ubuntu) |
Fix Released
|
Medium
|
Omer Akram | ||
unity8 (Ubuntu RTM) |
New
|
Undecided
|
Unassigned |
Bug Description
For instance, take the "Connec to <wifi network>" pop-up dialog. When I touch the:
[ ] Show password
checkbox *label*, I'd expect the checkbox to toggle. I shouldn't need to have to exactly touch the checkbox box, which is a small area.
<https:/
Related branches
lp://staging/~om26er/unity8/show_password_on_label_tap
- Michael Zanetti (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 15 lines (+5/-0)1 file modifiedqml/Notifications/NotificationMenuItemFactory.qml (+5/-0)
lp://staging/~daker/ubuntu-ui-toolkit/fix.1333228
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Cris Dywan: Approve
-
Diff: 163 lines (+108/-3)3 files modifiedexamples/ubuntu-ui-toolkit-gallery/Toggles.qml (+43/-0)
src/imports/Components/Themes/Ambiance/1.3/CheckBoxStyle.qml (+17/-3)
tests/unit/visual/tst_toggles.13.qml (+48/-0)
Changed in ubuntu-ui-toolkit: | |
status: | New → Confirmed |
no longer affects: | unity8 |
Changed in unity8 (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Omer Akram (om26er) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Confirmed |
no longer affects: | ubuntu-ui-toolkit |
summary: |
- Clicking on checkbox label should toggle the checkbox + [sdk] Clicking on checkbox label should toggle the checkbox |
Changed in ubuntu-ux: | |
assignee: | nobody → Giorgio Venturi (giorgio-venturi) |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → Invalid |
Changed in ubuntu-ux: | |
assignee: | Giorgio Venturi (giorgio-venturi) → Olga Kemmet (olga-kemmet) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Adnane Belmadiaf (daker) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Triaged → In Progress |
tags: | added: unity8 |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
This could probably be amended in the UITK as well, to be able to mark the label corresponding to a checkbox as one active for it aas well.