JDK-8125627 : RTL orientation, TextField displays Arabic with number/punctuation in different order from Text.
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • Submitted: 2012-12-11
  • Updated: 2015-06-17
  • Resolved: 2013-01-10
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 8
8Resolved
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
8.0 b67, in Arabic locale, set orientation to RTL. Set the content of TextFiled/Text to Arabic with number/punctuation, observe how they are displayed. 
They display the characters differently. Please refer to the attached snapshot.

Test data:
digital_trailing = "\u0639\u0634\u0631\u0629 1112";
digital_leading = "1112 \u0639\u0634\u0631\u0629";
punctuation_trailing = "\u0639\u0634\u0631\u0629!";
punctuation_leading = ":\u0639\u0634\u0631\u0629";
Comments
This looks to be fixed in b72.
10-01-2013

I tried another group of data: digital_trailing = "\u0639\u0634\u0631\u0629 1112"; digital_leading = "1112 \u0639\u0634\u0631\u0629"; punctuation_trailing = "\u0639\u0634\u0631\u0629(mark)!"; punctuation_leading = "[mark]:\u0639\u0634\u0631\u0629"; And got the result as attache text-bidi.png. The trailing and leading punctuation seems incorrect displayed on Text. Could you please evaluate if this is the same issue, or different problem within Graphics? Thanks.
11-12-2012

This should hopefully be fixed when RT-24233 and RT-23074 are implemented.
11-12-2012