-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
x86
-
windows_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8178861 | 8u152 | David Hill | P3 | Resolved | Fixed | b03 |
Copying text with "\r\n" to the clipboard and retrieving it outside of this very instance (eg in 2nd launch application, native application like notepad++) has duplicated the "\r" entry.
Steps to reproduce:
* Launch application
* Hit copy button
* Hit paste button
* EVERYTHING OK
* Now launch the application a second time
* Hit paste
Observation:
* the string size has been increased by 1 char
Steps to reproduce:
* Launch application
* Hit copy button
* Hit paste button
* EVERYTHING OK
* Now launch the application a second time
* Hit paste
Observation:
* the string size has been increased by 1 char
- backported by
-
JDK-8178861 Copying String with "\r\n" to Clipboard duplicates "\r"
-
- Resolved
-
- duplicates
-
JDK-8087545 Line separator is broken in the clipboard of WebView
-
- Closed
-