Comment #2 is correct. The toggle or checkbox should only switch if they are actually tapped. Tapping anywhere outside the tappable area should not do any changes.
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1372563 Title: [sdk] Checkbox in ListItem missing haptic response Status in Ubuntu UX bugs: Triaged Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: utopic-proposed-krillin r40 Ubuntu 14.10 r257 1. Go to System Settings > "Sound", a screen that contains both switches and checkboxes. 2. Tap on a switch or checkbox. 3. Tap on the label next to a switch or checkbox. What happens: 2. Tapping on the switch or checkbox gives haptic feedback. 3. Tapping on the label similarly toggles the control, but with no haptic feedback. What should happen: Tapping on the label behaves exactly the same as tapping on the control itself. One way of fixing this bug would be to add haptic feedback to the labels. Another would be to remove haptic feedback for taps altogether (bug 1267592). Code example: ListItem.Standard { control: CheckBox { objectName: "callVibrate" checked: true } text: i18n.tr("Vibrate when ringing") } To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1372563/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp