Opened 11 years ago
Closed 6 years ago
#3280 closed defect (fixed)
Stopwatch: too many marks fall of the screen
Reported by: | godiard | Owned by: | lionaneesh |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | StopWatch | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | easy-hack AU |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Reported by NZ team:
Once you hit mark too many times the marked times fall off the screen with no obvious way of recovering them, also no way to clear the marks to start again
Would be useful to export to text or asci for data for reports in experiments (write use case scenario)
Change History (7)
comment:1 follow-up: ↓ 2 Changed 11 years ago by godiard
- Keywords easy-hack added
comment:2 in reply to: ↑ 1 Changed 11 years ago by humitos
Replying to godiard:
Should be solved using a Entry in read-only mode, and the UI would be improved too.
How it should be improved? Maybe expand it with a new line? What will happen with the Clocks that are at the bottom of the screen? We should use an ScrolledWindow?
comment:3 Changed 10 years ago by lionaneesh
- Owner changed from RafaelOrtiz to lionaneesh
- Status changed from new to assigned
- Version changed from Unspecified to Git as of bugdate
A fix using Scrolled Window : https://git.sugarlabs.org/stopwatch/stopwatch/merge_requests/4
comment:4 Changed 9 years ago by nirajnakrani
- Keywords AU added
comment:5 Changed 8 years ago by quozl
Continues to occur with StopWatch-18.1
comment:6 Changed 6 years ago by quozl
Continues to occur with StopWatch-19
comment:7 Changed 6 years ago by quozl
- Resolution set to fixed
- Status changed from assigned to closed
- marks fall off screen, fixed by https://github.com/sugarlabs/stopwatch/commit/c8b35948e4b87e46112a850cacbb13e444792fc4
- no way to clear the marks, won't fix, because of underlying design,
- export, won't add, but have noted a copy and paste feature for future implementation.
Should be solved using a Entry in read-only mode, and the UI would be improved too.