We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-01-24 01:13:51 +0200 |
Problem: when removing multiple items from a listview, all get removed when the remorse timer for the first item runs out of time. I believe this is not intended, as one might want to cancel the action on any of the items.
How to reproduce: Go to for example settings->backup, delete multiple backups before remorse timers are finished.
2 | No.2 Revision |
Problem: when removing multiple items from a listview, all get removed when the remorse timer for the first item runs out of time. I believe this is not intended, as one might want to cancel the action on any of the items.
How to reproduce: Go to for example settings->backup, delete multiple backups before remorse timers are finished.
P.S. Note that this is not about the remorse banner, but individual timers in a list or gridview.
3 | No.3 Revision |
Problem: when removing multiple items from a listview, all get removed when the remorse timer for the first item runs out of time. I believe this is not intended, as one might want to cancel the action on any of the items.
How to reproduce: Go to for example settings->backup, delete multiple backups before remorse timers are finished.
P.S. Note that this is not about the remorse banner, but individual timers in a list or gridview.
P.S. after quick testing with calendar, this is backup specific. I'll try to find what is different in the Qml files, as I observe this.behaviour in my own app too.
4 | No.4 Revision |
Problem: when removing multiple items from a listview, all get removed when the remorse timer for the first item runs out of time. I believe this is not intended, as one might want to cancel the action on any of the items.
How to reproduce: Go to for example settings->backup, delete multiple backups before remorse timers are finished.
P.S. Note that this is not about the remorse banner, but individual timers in a list or gridview.
P.S. P.P.S. after quick testing with calendar, this is backup specific. I'll try to find what is different in the Qml files, as I observe this.behaviour in my own app too.
5 | No.5 Revision |
Problem: when removing multiple items from a listview, all get removed when the remorse timer for the first item runs out of time. I believe this is not intended, as one might want to cancel the action on any of the items.
How to reproduce: Go to for example settings->backup, delete multiple backups before remorse timers are finished.
P.S. Edit 1: Note that this is not about the remorse banner, but individual timers in a list or gridview.
P.P.S. Edit 2: after quick testing with calendar, this is backup specific. I'll try to find what is different in the Qml files, as I observe this.behaviour in my own app too.
Edit 3: looking at the qml files in /usr/lib/qt5/qml/Sailfish/Vault/SnapshotItem.qml and in /usr/share/jolla-calendar/pages/EventListDelegate.qml , it seems that this behaviour is specific to list delegates using remorseAction to initiate the remorsetimer.
6 | retagged |
Problem: when removing multiple items from a listview, all get removed when the remorse timer for the first item runs out of time. I believe this is not intended, as one might want to cancel the action on any of the items.
How to reproduce: Go to for example settings->backup, delete multiple backups before remorse timers are finished.
Edit 1: Note that this is not about the remorse banner, but individual timers in a list or gridview.
Edit 2: after quick testing with calendar, this is backup specific. I'll try to find what is different in the Qml files, as I observe this.behaviour in my own app too.
Edit 3: looking at the qml files in /usr/lib/qt5/qml/Sailfish/Vault/SnapshotItem.qml and in /usr/share/jolla-calendar/pages/EventListDelegate.qml , it seems that this behaviour is specific to list delegates using remorseAction to initiate the remorsetimer.