JDK-8077409 : Drawing deviates when validate() is invoked on java.awt.ScrollPane
Type:Bug
Component:client-libs
Sub-Component:java.awt
Affected Version:8u20,9
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2015-04-10
Updated:2015-09-29
Resolved:2015-06-03
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.
In ScrollPane, move() is called without considering the quota of
Insets when invoking ScrollPane$PeerFixer.adjustmentValueChanged(). When
validate() is called, drawing deviates to coordinate with Insets
interanlly.