Opened 14 years ago
Last modified 9 years ago
#1843 new enhancement
Journal accesses USB devices on scrolling
Reported by: | bernie | Owned by: | sayamindu |
---|---|---|---|
Priority: | Low | Milestone: | Unspecified |
Component: | Sugar | Version: | 0.84.x |
Severity: | Unspecified | Keywords: | datastore, journal |
Cc: | aa | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
The journal UI seems to do I/O to external devices while the user is grabbing the scroll bar.
This is extremely annoying with slow USB sticks.
Tested on F11-XO1 running sugar-datastore 0.84.1 and sugar 0.84.11
Change History (6)
comment:1 in reply to: ↑ description ; follow-up: ↓ 2 Changed 14 years ago by tomeu
comment:2 in reply to: ↑ 1 Changed 14 years ago by bernie
Replying to tomeu:
This is extremely annoying with slow USB sticks.
You mean it is sync and should be async, or what?
Making the requests asynchronous would improve responsivity. Caching the results instead of accessing the filesystem over and over would be even better.
comment:3 Changed 13 years ago by aa
- Cc aa added
comment:4 Changed 10 years ago by dnarvaez
- Component changed from sugar-datastore to Sugar
comment:5 Changed 9 years ago by tch
- Priority changed from Unspecified by Maintainer to Low
- Type changed from defect to enhancement
comment:6 Changed 9 years ago by godiard
TASK: verify is this issue is still present
Note: See
TracTickets for help on using
tickets.
Replying to bernie:
You mean it is sync and should be async, or what?