Opened 10 years ago
Closed 10 years ago
#130 closed enhancement (fixed)
add progress bar for import/export
| Reported by: | simon | Owned by: | simon |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 Beta 1 |
| Component: | export | Version: | 1.0 |
| Keywords: | Cc: |
Description
Change History (1)
comment:1 Changed 10 years ago by simon
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [413]) - closes #130, add progress bar for import/export
i tried to make a progress bar that actually provides useful information, but for some reason, XUL interface updates are done asynchronously, and thus don't actually happen as long as the import/export operation continues. the code is there, but disabled, if there's some solution to this issue, but i searched and couldn't find one.