Ticket #643 (closed defect: fixed)
Opened 2011-06-28T12:16:34-05:00
Last modified 2011-06-29T15:47:43-05:00
When running IJ1 plugins Progress Bar can act strangely
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
When running IJ1 plugins sometimes you get odd behavior
- the progress bar may be bypassed (i.e. when opening images)
- the progress bar might quit tracking after getting about halfway (need example here)
- the progress bar might not show in blue but in gray (i.e. despeckle T1 Head)
Change History
comment:1 Changed 2011-06-28T13:13:14-05:00 by bdezonia
comment:2 Changed 2011-06-29T15:15:49-05:00 by bdezonia
open image issue fixed
unsure about quit part way through but it may be fixed by latest changes
showing up in gray still an issue sometimes
note that the progress bar can't keep up. print statements during file open show 99% reached and yet graphically it only gets to about 80% before the command completes.
comment:3 Changed 2011-06-29T15:47:43-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
as of d379bafdb7cdd0227e46d4cef7d9515a01a68302 it now always dsiplays bar in blue (never gray) when updating status. made the progress bar grab focus before it changes it's position values.
will file the inability of the progress bar to keep up as a separate ticket
closing
Cannot find any related information in Java's bug database ...