[Stopwatch] After press lap button, the lap history should scroll up
Bug #1489871 reported by
Bartosz Kosiorek
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Triaged
|
Low
|
Nekhelesh Ramananthan |
Bug Description
After press lap button, the lap history should scroll up.
Steps to reproduce:
1. Start stopwatch
2. Press "Lap" button several times (10 times) to fill lap history
3. Scroll lap history list to the bottom
4. Press "Lap" button again
Expected:
New lap time row is appearing on the screen
Currently:
Nothing happen on the screen, because new lap is added on top the list which is not visible
Implementation proposal:
Lap history should move to the top immedietelly after pressing "Lap" button. After that animation should be played as it is now.
Changed in ubuntu-clock-app: | |
status: | New → Confirmed |
description: | updated |
Changed in ubuntu-clock-app: | |
milestone: | none → 3.6 |
Changed in ubuntu-clock-app: | |
status: | Confirmed → Triaged |
Changed in ubuntu-clock-app: | |
assignee: | nobody → Bartosz Kosiorek (gang65) |
Changed in ubuntu-clock-app: | |
milestone: | 3.6 → 3.x.backlog |
Changed in ubuntu-clock-app: | |
milestone: | 3.x.backlog → 3.6 |
assignee: | Bartosz Kosiorek (gang65) → Nekhelesh Ramananthan (nik90) |
Changed in ubuntu-clock-app: | |
milestone: | 3.6 → 3.7 |
Changed in ubuntu-clock-app: | |
milestone: | 3.7 → 3.8 |
To post a comment you must log in.
I believe this is not a problem any longer. The new lap time is added at the top of the list and the rest is scrolled down, so the last lap is always visible.