Changeset 246013 in webkit
- Timestamp:
- May 31, 2019, 11:19:52 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r246011 r246013 1 2019-05-31 Megan Gardner <megan_gardner@apple.com> 2 3 Ensure keyboard editing is up to date 4 https://bugs.webkit.org/show_bug.cgi?id=198444 5 <rdar://problem/36311563> 6 7 Reviewed by Ryosuke Niwa. 8 9 In order for the keyboard cut/copy/undo/redo/etc buttons to be up to date 10 based on the state of the selection, we need to let the input delegate know when the 11 selection has changed. 12 13 * UIProcess/ios/WKContentViewInteraction.mm: 14 (-[WKContentView _selectionChanged]): 15 1 16 2019-05-31 Sihui Liu <sihui_liu@apple.com> 2 17 -
trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
r245998 r246013 5719 5719 #endif 5720 5720 5721 [self.inputDelegate selectionDidChange:self]; 5722 5721 5723 [_webView _didChangeEditorState]; 5722 5724 }
Note:
See TracChangeset
for help on using the changeset viewer.