When an element becomes editable and then immediately focused via element.focus(), WebKit fails to reveal the element due to the conflicts between scroll-to-reveal code in WeCore / WebContent process and UI process. <rdar://problem/43613941>
Created attachment 368015 [details] Fixes the bug
Comment on attachment 368015 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=368015&action=review > Source/WebCore/ChangeLog:8 > + The bug was caused by the scroll-to-reveal code trgiggered by Element::updateFocusAppearance updating Nit - "trgiggered" => triggered > Source/WebCore/ChangeLog:10 > + _zoomToRevealFocusedElement in WKWebContent view had already scrolled the frame view. Nit - "WKWebContent view" => WKContentView
Committed r244546: <https://trac.webkit.org/changeset/244546>