JDK-8088790 : JTextArea in SwingNode isn't usable
  • Type: Bug
  • Component: javafx
  • Sub-Component: swing
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-10-21
  • Updated: 2015-08-03
  • Resolved: 2015-08-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.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Description
the performance of a JTextArea used in a SwingNode in a JFX app is horrible. you can't type, it freezes seconds until it repaints. 
Comments
This is fixed by JDK-8041129.
03-08-2015

https://bugs.openjdk.java.net/browse/JDK-8041129 has been fixed in JDK recently, which should probably improve the performance (see RT-30035 for a similar bug). This issue needs to be re-tested and likely closed as Not an Issue (because really, it's a bug in JDK rather than FX). Tobi and/or Anton: could you give it a shot with the latest 8u20 ea build on Mac ( http://jdk8.java.net/download.html ) ?
06-08-2014

I'm decreasing the priority as a workaround exists.
24-10-2013

I've checked that on Windows/Mac/Linux. The text performance is poor only on Mac. To work it around, the volatile double buffering should be switched off: -Dswing.volatileImageBufferEnabled=false (See also: RT-30035).
24-10-2013