WebKit Bugzilla
Attachment 373368 Details for
Bug 199257
: [iOS] Support select all in non-editable element
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
For the bots
ForBots.diff (text/plain), 761 bytes, created by
Daniel Bates
on 2019-07-02 16:04:20 PDT
(
hide
)
Description:
For the bots
Filename:
MIME Type:
Creator:
Daniel Bates
Created:
2019-07-02 16:04:20 PDT
Size:
761 bytes
patch
obsolete
>diff --git a/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm b/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm >index 5d0d263aecc..fda9c25fc62 100644 >--- a/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm >+++ b/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm >@@ -3053,7 +3053,7 @@ - (BOOL)canPerformActionForWebView:(SEL)action withSender:(id)sender > // By platform convention we don't show Select All in the callout menu for a range selection. > if ([sender isKindOfClass:UIMenuController.class]) > return !editorState.selectionIsNone && !editorState.selectionIsRange; >- return !editorState.selectionIsNone && self.hasContent; >+ return YES; > } > > if (action == @selector(replace:))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199257
:
373368
|
373370
|
373380
|
373428
|
373429