JDK-8234152 : -fx-fill not applied correctly in some combinations of orientation with scene, root, child
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-11-14
  • Updated: 2019-11-14
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
-fx-fill is not correctly applied to node in some scenarios like,
1. Scene is changed from LTR to RTL and node is changed from RTL to LTR
2. Scene is changed from LTR to RTL and root and rect have same -fx-fill property
Observe these behaviors in following tests of test.javafx.scene.Node_effectiveOrientation_Css_Test
1. test_CompoundSelector_dir_pseudoClass_on_child_with_scene_effective_orientation_rtl
2. test_CompoundSelector_dir_pseudoClass_on_parent_with_scene_effective_orientation_rtl
3. test_SimpleSelector_dir_pseudoClass_with_scene_effective_orientation_rtl
4. test_dir_pseudoClass_functions_on_scene_effective_orientation_not_node