JDK-8130362 : Support for select text, cut, copy & paste
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8u45
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2015-07-02
  • Updated: 2022-11-23
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 :  
Relates :  
Relates :  
Description
It would be really great if TextFlow would support selecting, cutting, copying and pasting text, just as a user is used to it from any other text control.

Certainly this is not as simple to achieve as with pure text controls, as non-textual nodes like icons could be part of the flow. Nevertheless, what a user typically wants to find in the clipboard after a copy action is not pure text, but may be an object graph instead. He could paste that object graph into a different TextFlow in turn.

Would be cool to have this in a future release of JavaFX. :-)