Bug 220061 - Missing textInteractionEnabled key in WKPreferences initWithCoder looks like a false value.
Summary: Missing textInteractionEnabled key in WKPreferences initWithCoder looks like ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kate Cheney
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-21 10:35 PST by Kate Cheney
Modified: 2020-12-21 11:39 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2020-12-21 10:42 PST, Kate Cheney
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kate Cheney 2020-12-21 10:35:19 PST
We recently added a new API for disabling text interaction in WKWebViews that defaults to true. When initializing a new WKPreferences object with an NSCoder, the key will not exist yet and will look like a false value in the coder, causing text interaction to be disabled.
Comment 1 Kate Cheney 2020-12-21 10:35:44 PST
<rdar://problem/72487342>
Comment 2 Kate Cheney 2020-12-21 10:42:37 PST
Created attachment 416609 [details]
Patch
Comment 3 EWS 2020-12-21 11:39:18 PST
Committed r271032: <https://trac.webkit.org/changeset/271032>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 416609 [details].