-
Bug
-
Resolution: Fixed
-
P2
-
fx2.0
-
Windows 7
Strings retrieved from the Clipboard class are often terminated with a \0 character on Windows. Pasting into TextField or TextArea causes the caret position to be corrupted and shouldn't be allowed.
To reproduce, run HelloTextArea and copy text from the Windows command window into either the TextField or TextArea.
To reproduce, run HelloTextArea and copy text from the Windows command window into either the TextField or TextArea.
- relates to
-
JDK-8118474 NativeClipboard: all strings from clipboard ends with \u0000. If we pass such string in Text() exception will be thrown
-
- Closed
-