ebresie commented on issue #3962: URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1651788982
I'm not sure this is in anyway related but...I searched for "clipboard" in the codebase and started looking through some of the files and noticed around [here](https://github.com/apache/netbeans/blob/b79fd30b2e76ed070789745cabcf14bf5cf1e330/platform/openide.util.ui/src/org/openide/util/datatransfer/ExClipboard.java#L65C12-L65C12) specifically the clipboard iterating through items skipping what I think are the last two characters. Not sure if maybe this is a Windows linefeed type of issue (stripping cr+lf characters) but thought I'd toss it out. I'm away from my computer for a bit so if anyone else finds this a possibility good luck. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
