[Webkit-unassigned] [Bug 191815] Implement UIScriptController::toggleCapsLock() for iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 11:29:42 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191815

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
(In reply to Daniel Bates from comment #0)
> This may also let us run the test LayoutTests/fast/events/detect-caps-lock.html on iOS.

This tests depends on making a window key and resigning a key window. The latter concept does not exist on iOS. From my understanding the closest equivalent is to make the app inactive, say by backgrounding the app. It may also be sufficient to switch to the app switcher. We may be able to mock this by adding more logic to Internals::applicationWillBecomeInactive(). Regardless more test infrastructure is needed. See bug #191973 for more details.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181126/604cd652/attachment-0001.html>


More information about the webkit-unassigned mailing list