"Un-select all" is not functional in Messaging app
Bug #1456532 reported by
Evan Wang
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
messaging-app (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
$ system-image-cli -i
current build number: 46
device name: arale
channel: ubuntu-
last update: 2015-05-19 06:44:43
version version: 46
version device: 1e1b1cebe8900f5
version custom: 8274419d06b4da1
Steps to reproduce:
1.Launch Messaging app
2.Hold down on one already existed message
3.Tap on "Select all" button on top right corner, all messages are selected
4.Tap on "Select all" button again
Expected results:
All messages are not selected
Actual results:
All messages are still selected
To post a comment you must log in.
Confirmed, the MainPage
should probably be changed to be similar to the version from the dialer
" onTriggered: {
if (historyList. selectedItems. count === historyList.count) {
historyList. clearSelection( )
} else {
historyList. selectAll( )
}
} "