0. Enable visual viewports when focusing assisted nodes 1. Go to whsieh.github.io/examples/fixed-inputs 2. Focus the bottom <input> Observed: bottom <input> is obscured behind the keyboard.
Created attachment 297390 [details] Patch
<rdar://problem/29409852>
Attachment 297390 [details] did not pass style-queue: ERROR: Source/WebKit2/Shared/VisibleContentRectUpdateInfo.h:54: Wrong number of spaces before statement. (expected: 12) [whitespace/indent] [4] Total errors found: 1 in 47 files If any of these errors are false positives, please file a bug against check-webkit-style.
Thanks Simon! Looks like there's one more test I need to rebaseline (fast/viewport/ios/width-is-device-width-expected.txt). I'll do that before landing.
Created attachment 297410 [details] Patch for landing
Comment on attachment 297410 [details] Patch for landing Clearing flags on attachment: 297410 Committed r209967: <http://trac.webkit.org/changeset/209967>
This caused hundreds of compositing failures for iso-simulator: https://build.webkit.org/results/Apple%20iOS%2010%20Simulator%20Debug%20WK2%20(Tests)/r209967%20(2310)/results.html
Reopening to attach new patch.
Created attachment 297426 [details] Fix iOS testing.
Attachment 297426 [details] did not pass style-queue: ERROR: Tools/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
WTR fix landed in https://trac.webkit.org/r209972