### Fix The PR replaces applyCss() with reapplyCSS in the nodeOrientation code of Scene. applyCss() reapplied styles eagerly - and didn't rebuild the "style maps" resulting in wrong css. reapplyCSS() rematches correctly - and also defers it to the next pulse.
I've added a unit test to: Node_effectiveOrientation_Css_Test. ### Test improvements Because the whole test class was disabled, I've also investigated which tests are working - and reenabled the working tests. This PR also fixes 2 of the previously failing tests in Node_effectiveOrientation_Css_Test - which are now enabled. Which are the following tests: Node_effectiveOrientation_Css_Test.test_dir_pseudoClass_functions_on_scene_effective_orientation_not_node Node_effectiveOrientation_Css_Test.test_SimpleSelector_dir_pseudoClass_with_scene_effective_orientation_rtl --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8388304: fixed spelling and test-name - 8388304: Scene.setNodeOrientation does not update :dir() styles Changes: https://git.openjdk.org/jfx/pull/2213/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2213&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8388304 Stats: 40 lines in 2 files changed: 36 ins; 1 del; 3 mod Patch: https://git.openjdk.org/jfx/pull/2213.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2213/head:pull/2213 PR: https://git.openjdk.org/jfx/pull/2213
