r245148 changed so that we don't always create UIKeyboard. This introduced a regression that removing inputmode="none" no longer brings up the keyboard. <rdar://problem/50613388>
Created attachment 370449 [details] Fixes the bug
Comment on attachment 370449 [details] Fixes the bug r=me
Comment on attachment 370449 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=370449&action=review > LayoutTests/fast/forms/ios/inputmode-removing-none.html:59 > +//setTimeout(finishJSTest, 7000); Commented out code.
(In reply to Alexey Proskuryakov from comment #3) > Comment on attachment 370449 [details] > Fixes the bug > > View in context: > https://bugs.webkit.org/attachment.cgi?id=370449&action=review > > > LayoutTests/fast/forms/ios/inputmode-removing-none.html:59 > > +//setTimeout(finishJSTest, 7000); > > Commented out code. Oh oops, will remove that.
Committed r245661: <https://trac.webkit.org/changeset/245661>