Bug 139211 - [iOS] Text selection in WKWebView with WKSelectionGranularityCharacter only works in the most recent WKWebView to load
Summary: [iOS] Text selection in WKWebView with WKSelectionGranularityCharacter only w...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-12-02 16:42 PST by mitz
Modified: 2014-12-02 16:59 PST (History)
0 users

See Also:


Attachments
Activate and deactivate the text selection in response to becoming and resigning first responder (2.62 KB, patch)
2014-12-02 16:48 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-12-02 16:42:40 PST
Loading content into a WKWebView causes character-granularity selection to stop working in other WKWebViews.

<rdar://problem/18441138>
Comment 1 mitz 2014-12-02 16:48:04 PST
Created attachment 242463 [details]
Activate and deactivate the text selection in response to becoming and resigning first responder
Comment 2 mitz 2014-12-02 16:59:22 PST
Fixed in <http://trac.webkit.org/r176701>.