JDK-8219183 : Caret of the TextField or TextArea style and sharp
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8u201
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: x86_64
  • Submitted: 2019-02-16
  • Updated: 2024-01-18
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
A DESCRIPTION OF THE PROBLEM :
Is it  possible to style caret be line or block or underline by css.
Or control the caret color by css.
I find a solution about caret color .The Link
 https://stackoverflow.com/questions/27315861/hide-input-caret-of-textfield-in-javafx8/27323035#27323035
But the caretPath property would not be public on javafx11, so it can not work on javafx11.

The caret looks different than other application or webview, It seems have a shadows that will be changed when moved. The Link about the question:
https://github.com/javafxports/openjdk-jfx/issues/265