On Tue, 13 Jan 2026 22:55:48 GMT, Ziad El Midaoui <[email protected]> wrote:
>> Andy Goryachev has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains six commits: >> >> - Merge branch 'master' into 8374909.exception >> - limit >> - lf >> - whitespace >> - fix >> - tests > > I am not able to reproduce the issue same as in the video : > https://github.com/andy-goryachev-oracle/Test/issues/6#issuecomment-3726867016 > I am using chinese input (Pinyin - Simplified) and typing some text in RTA > and click enter or a number (1-2-3-...) have the same result as in a TextField > I could be missing something in the steps to reproduce. > Tried it in MonkeyTester and a simple app with both RTA and TextField : > > @Override > public void start(Stage stage) { > TextField textField = new TextField(); > textField.setPromptText("TextField"); > RichTextArea richTextArea = new RichTextArea(); > richTextArea.setPrefHeight(200); > VBox root = new VBox(10, textField, richTextArea); > stage.setScene(new Scene(root, 400, 300)); > stage.setTitle("TextField + RichTextArea"); > stage.show(); > } @Ziad-Mid you have to make sure that pinyin is active and type in letters (pinyin is a sort of phonetic entry,type "hanzi1" to get 汉子 ) <img width="184" height="96" alt="Screenshot 2026-01-13 at 15 01 52" src="https://github.com/user-attachments/assets/20dae2d8-8bd5-4049-9d6b-15f168c1b103" /> ------------- PR Comment: https://git.openjdk.org/jfx/pull/2029#issuecomment-3746954815
