Overview
Drop-in replacement for the JavaFX Image class that fixes several defects with backgroundLoading enabled that cause the image load to hang and the progress to remain at 0 percent. This happens under the following conditions:
- More than 4 images loaded with errors previously
- More than 4 images cancelled by calling the cancel() method previously
This issue has been filed with the JavaFX team as RT-3590.
Profile: common