Posts

Post not yet marked as solved
2 Replies
Four years later and I too encountered this problem after moving from WebView to WKWebView. Usually it worked, but sometimes it didn't. In my case, when it didn't work, the problematic modal window run loop was being invoked (ultimately) from inside a dispatch_async block. Rearranging things to avoid doing that solved the problem for me.
Post not yet marked as solved
11 Replies
Yeah, I just discovered that :-(. I did file a bug report.
Post not yet marked as solved
11 Replies
I just updated and immediately struck this bug. Super annoying.Workaround (thanks to Claude31) is to change key bindings so that Paste has no key binding and Paste and Preserve Formatting is bound to Cmd-V.I notice that XCode 11 has screwed up (some of) my existing custom key bindings as well.