JDK-8311927 : clearRTT should clear entire RTT when scissor rect is not set
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:internal
Priority:P3
Status:Resolved
Resolution:Fixed
OS:os_x
CPU:generic
Submitted:2023-07-12
Updated:2024-07-06
Resolved:2023-07-12
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.
The Prism architecture maintains a pool of textures and reuses them when possible.
These textures need to be cleared before being reused.
In above scenario, scissor rect would be disabled.
The fix for this change also fixes an issue that Popup menu get clipped when moving mouse over it.
But, introduces a new side effect. [please check screenshots]