Relates :
|
|
Relates :
|
A DESCRIPTION OF THE REQUEST : MultiResolutionCachedImage getWidth() and getHeight() ask the base image for its width or height (via the superclass) instead of returning the baseImageWidth and baseImageHeight fields. JUSTIFICATION : Asking for the base image may cause an image to be created that would otherwise not be needed. CUSTOMER SUBMITTED WORKAROUND : Issue report requested by alexandr.scherbatiy@oracle.com