Ticket #719 (closed defect: fixed)
Opened 2011-08-10T14:43:49-05:00
Last modified 2014-12-18T12:57:23-06:00
Display painting bug
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Display API | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Sometimes IJ2 does not correctly paint images. This sequence can reliably recreate the problem on my system:
- open Boats
- run Process :: Noise :: Salt And Pepper
Usually the noise seems to have only been added to a portion of the image. However if you drag shrink the window and then drag expand it the data is displayed correctly.
Change History
comment:1 Changed 2011-09-22T15:49:29-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 2014-12-18T12:56:05-06:00 by curtis
- Resolution changed from fixed to moved
Last edited 2014-12-18T12:57:11-06:00
by curtis
comment:3 Changed 2014-12-18T12:57:19-06:00 by curtis
- Status changed from closed to reopened
- Resolution moved deleted
comment:4 Changed 2014-12-18T12:57:23-06:00 by curtis
- Status changed from reopened to closed
- Resolution set to fixed
(In [3969]) Use Swing event service for now.
This avoids a race condition when repainting images. Closes #719.