See an attached movie. There is a textField.
At first, I use ctrl+backspace. "line 5" is removed. So, 5 is considered as punctuation.
At the second, I use ctrl+delete and "line" without "5" is removed. So, 5 is considered as a word.
Why?
RULE ControlsAutomatedTestSuite/javafx/scene/control/test/textinput/TextFieldTest/ctrlBackspaceMultilineTest Exception org.junit.ComparisonFailure: expected:<...ine ... line ... line ... [line ]> but was:<...ine ... line ... line ... []>
At first, I use ctrl+backspace. "line 5" is removed. So, 5 is considered as punctuation.
At the second, I use ctrl+delete and "line" without "5" is removed. So, 5 is considered as a word.
Why?
RULE ControlsAutomatedTestSuite/javafx/scene/control/test/textinput/TextFieldTest/ctrlBackspaceMultilineTest Exception org.junit.ComparisonFailure: expected:<...ine ... line ... line ... [line ]> but was:<...ine ... line ... line ... []>
- relates to
-
JDK-8119788 Incorrect work ctrl+backspace and ctrl+delete in TextArea
-
- Resolved
-