JDK-8088571 : TextArea, caret problem at the left-most or right-most of the text.
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2013-01-11
  • Updated: 2024-02-15
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 :  
Description
8.0 b72, with fixes of RT-26997, RT-27081, RT-24233, RT-26856.
Create a TextArea and set its content to mixed bidi text, press arrow key to the left-most or right-most, the caret keep moving, it could not stay in one place. 
This is not reproducible in TextField.
Please refer to the sample and videos.
Comments
Deferring this until later. It only happens when the first/last shown character has a different direction than the base direction, so should be fairly uncommon. The logic in TextArea.nextCharacterVisually() needs rethinking to solve this.
12-09-2013