JDK-8359862 : RichTextArea: add prompt text
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: jfx24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-06-17
  • Updated: 2025-10-27
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
tbdUnresolved
Related Reports
Relates :  
Description
Add promptText property similar to javafx.scene.control.TextArea.
Comments
Perhaps it should not be a prompt text but prompt Node (or even Supplier<Node>). For example, it should be possible to add the following prompt: https://bugs.openjdk.org/secure/attachment/116728/Screenshot%202025-10-27%20at%2015.29.06.png
27-10-2025