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.

To download the current JDK release, click here.
Other
internalFixed
Related Reports
Blocks :  
Description
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.
Comments
Changeset: 53b23ed5 Author: Ambarish Rapte <arapte@openjdk.org> Date: 2023-07-12 14:18:21 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/53b23ed5b0cda2ab21c031c9d3ae3b2ed1aedf53
12-07-2023

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]
12-07-2023