JDK-8100146 : Add RTL support to ProgressIndicator and ProgressBar
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-09-12
  • Updated: 2015-06-16
  • Resolved: 2012-12-05
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
8Fixed
Comments
Verified on 8.0b114
05-11-2013

Changeset: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e76b08812540 ProgressBar does not change the default Node behavior, so it is mirrored for both determinate and indeterminate modes. ProgressIndicator is set to LEFT_TO_RIGHT always when in indeterminate mode. In the determinate mode, it overrides isAutomaticallyMirrored to return false instead, thereby allowing the Text node to inherit the current node orientation.
05-12-2012