eirikbakke commented on PR #4572: URL: https://github.com/apache/netbeans/pull/4572#issuecomment-1254029378
OK, that was quick... this morning I started using my new custom NetBeans 15 build with the makeSwingUseSpecialClipboard hack specifically disabled, and I already see one instance of the clipboard bug appearing. So that was not the problem. Some observations about the bug as I observed it just now: * I'm on Windows 11, running Zulu OpenJDK 17.0.2 and a custom build of NetBeans 15.0 * After copying a string from jEdit, another Java app, I am not able to paste it into NetBeans, despite it pasting fine into Windows 11 Notepad. * Once NetBeans is in this state, copy/paste with external applications appears permanently broken until NetBeans is restarted. * Copying another string from Notepad also cannot be pasted into NetBeans. * NetBeans can still copy/paste strings within itself, but also cannot copy strings back to Notepad. Copying a string in NetBeans does appear to _clear_ contents of the clipboard that was created by Notepad, however. * Copy/paste between other Windows applications (not NetBeans) still appears to be working. * Other apps running at the time the bug was observed: Adobe Acrobat Professional, Microsoft Excel, jEdit on Java 10.0.2 (different JDK than NetBeans), Windows Command Prompt, Chrome, WSL Ubuntu, Windows Explorer, a production and development version of a NetBeans Platform application (on Java 17.0.3), Microsoft Outlook. Next, I'll start using netbeans.slow.system.clipboard.hack=false in my working IDE and see if the bug still appears at some point. -- 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
