GitHub user matthiasblaesing edited a comment on the discussion: Windows clipboard issues discussion
Nobody bothered to make this a JDK bug and I have doubts, that it actually is. The agent solution from @xxDark works because it forces the interaction with the clipboard into the EDT and thus serializes access to it as `QuietEditorPane` accesses the clipboard also from the EDT. I this moves the problem from "nearly always" to "hard to reproduce", it is a partial win. If there is a confirmed JDK bug, the agent is still an option. Edit: The hard part is make this reproducible without NetBeans and without violating AWT contracts. GitHub link: https://github.com/apache/netbeans/discussions/7051#discussioncomment-12741310 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.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