Suspicious Code:
- look for //TODO's in the code
- the code that positions a stage (popup or regular) is suspicious and contains instanceof
- table has some arrow key behavior that is not accounted for and appropriately flipped
- text field skin getAlignment() may not account for all alignment combinations that can occur
Possible bug: TextArea creates Text nodes based on the current effective orientation. If that changes, the Text nodes are not updated (need to write a test case to prove this).
- look for //TODO's in the code
- the code that positions a stage (popup or regular) is suspicious and contains instanceof
- table has some arrow key behavior that is not accounted for and appropriately flipped
- text field skin getAlignment() may not account for all alignment combinations that can occur
Possible bug: TextArea creates Text nodes based on the current effective orientation. If that changes, the Text nodes are not updated (need to write a test case to prove this).
- relates to
-
JDK-8099289 Support component orientation in common UI controls
-
- Closed
-
-
JDK-8125260 ScrollPane RTL orientation, Text in the ScrollPane got mirrored.
-
- Closed
-