Changeset 245714 in webkit
- Timestamp:
- May 23, 2019, 2:08:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1.24.20-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
r245708 r245714 1670 1670 - (BOOL)_requiresKeyboardWhenFirstResponder 1671 1671 { 1672 // FIXME: We should add the logic to handle keyboard visibility during focus redirects.1673 return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode];1674 1672 #if USE(UIKIT_KEYBOARD_ADDITIONS) 1675 1673 if (GSEventIsHardwareKeyboardAttached()) … … 1677 1675 #endif 1678 1676 // FIXME: We should add the logic to handle keyboard visibility during focus redirects. 1679 return [self shouldShowAutomaticKeyboardUI];1677 return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode]; 1680 1678 } 1681 1679
Note:
See TracChangeset
for help on using the changeset viewer.