WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
162821
[iOS] Editing menu omits the Share command if the selected text is longer than 200 characters
https://bugs.webkit.org/show_bug.cgi?id=162821
Summary
[iOS] Editing menu omits the Share command if the selected text is longer tha...
mitz
Reported
2016-09-30 18:12:56 PDT
<
rdar://problem/28409828
> -[WKContentView(WKInteraction) canPerformAction:withSender:] returns NO for the Share action if the selected text is longer than 200 characters. A comment explains this by reference to the Define command (which no longer exists in iOS), but that seems incorrect. While long terms could never be looked up in the dictionary, the same restriction doesn’t exist for sharing, and indeed in both UIKit text views and in UIWebView, sharing is not restricted based on text.
Attachments
Remove length limitation
(1.81 KB, patch)
2016-09-30 18:21 PDT
,
mitz
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2016-09-30 18:21:43 PDT
Created
attachment 290417
[details]
Remove length limitation
mitz
Comment 2
2016-09-30 18:30:13 PDT
Fixed in <
https://trac.webkit.org/r206702
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug