eirikbakke commented on PR #8277: URL: https://github.com/apache/netbeans/pull/8277#issuecomment-2712285637
OK, I have had a chance to do my own experiments now, on my old Windows 11 laptop on the latest master (debf00ae7999aec). The clipboard bug is actually super-easy to reproduce for me now: 1) Copy/Paste some text from NetBeans to Notepad. 2) Copy/Paste some text from Notepad to NetBeans. 3) Copy/Paste some textfrom NetBeans to Notepad. The last paste will paste nothing. Nothing I do after that will make it possible to copy something from NetBeans to Notepad again. Conclusions: 1) This PR does not help, as @xxDark predicted. So I'm closing it. 2) The `-J-DTopSecurityManager.disable=false -J-Djava.security.manager=allow -J-Dorg.netbeans.NbClipboard.level=FINEST` configuration does not help on my machine. I verified that log entries was being printed at FINEST, so the settings were definitively applied. 3) @xxDark's agent patch (version d2c21935f195) worked. I turned it on, and off, and on, and off, and on again; each time when the agent was enabled, cut and paste worked fine. Each time when the agent was disabled, cut and paste was broken. Completely reliably. TL;DR: I have a high confidence that @xxDark's patch works. I'll continue the discussion over at https://github.com/apache/netbeans/discussions/7051 ... thanks again, everyone! -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists