JDK-8127047 : Make NGImageView's ability to display a fragment of a large image re-usable by NGWebView
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-01-16
  • Updated: 2015-06-17
  • Resolved: 2012-02-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.1Fixed
Related Reports
Blocks :  
Relates :  
Description
It would be great if NGWebView could re-use the functionality added to NGImageView by RT-17041 that allows one to display a fragment of an image whose dimensions exceed the maximum texture size. This would help fix RT-17425 and make WebView more consistent with ImageView with respect to large image handling.
Comments
filed RT-19363 to track additional request
01-02-2012

It appears the added classes manage textures via ResourceFactory.getCachedTexture and do not allow for explicit texture disposal. It has been agreed that explicit disposal is the way to go for WebView for now, so I am re-opening this bug, humbly asking for an ability to explicitly dispose textures when using Mega{Coords|Image}.
01-02-2012

fixed in changeset 15338 (f08c88955b4a) fix RT-18947 : make MegaImage public
23-01-2012