RESOLVED FIXED 214962
Web content gets stuck in an inactive state (no cursor updates or text insertion caret) when activating a tab with a thumbnail visible
https://bugs.webkit.org/show_bug.cgi?id=214962
Summary Web content gets stuck in an inactive state (no cursor updates or text insert...
Tim Horton
Reported 2020-07-30 02:54:47 PDT
Web content gets stuck in an inactive state (no cursor updates or text insertion caret) when activating a tab with a thumbnail visible
Attachments
Patch (13.86 KB, patch)
2020-07-30 02:55 PDT, Tim Horton
no flags
Tim Horton
Comment 1 2020-07-30 02:55:05 PDT
Tim Horton
Comment 2 2020-07-30 02:55:07 PDT
Wenson Hsieh
Comment 3 2020-07-30 08:02:48 PDT
Comment on attachment 405560 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405560&action=review > Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm:3859 > + m_page->activityStateDidChange(WebCore::ActivityState::allFlags()); Nit - is there value in being more specific than `allFlags()` here?
Tim Horton
Comment 4 2020-07-30 11:20:19 PDT
(In reply to Wenson Hsieh from comment #3) > Comment on attachment 405560 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=405560&action=review > > > Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm:3859 > > + m_page->activityStateDidChange(WebCore::ActivityState::allFlags()); > > Nit - is there value in being more specific than `allFlags()` here? I don't think so. It's a minor perf hit, but 1) use of WKThumbnailView's window trickles indirectly into *most* of the flags, and 2) I don't want people to have to keep track of #1 in the future when adding new flags. 3) You're already flinging views around, so the perf hit of asking the view and window a few questions is almost certainly negligible.
Tim Horton
Comment 5 2020-07-30 11:20:35 PDT
(We do diffing before doing anything more expensive)
EWS
Comment 6 2020-07-30 11:25:52 PDT
Committed r265091: <https://trac.webkit.org/changeset/265091> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405560 [details].
Note You need to log in before you can comment on or make changes to this bug.