Bug 183797 - WKWebView doesn’t expose its spellCheckerDocumentTag
Summary: WKWebView doesn’t expose its spellCheckerDocumentTag
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-20 13:48 PDT by mitz
Modified: 2018-03-22 18:15 PDT (History)
2 users (show)

See Also:


Attachments
Add _spellCheckerDocumentTag property (1.97 KB, patch)
2018-03-22 17:22 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2018-03-20 13:48:39 PDT
It also seems to never call -closeSpellDocumentWithTag: on the tags it uses.
Comment 1 mitz 2018-03-20 13:49:58 PDT
<rdar://problem/38678089>
Comment 2 mitz 2018-03-22 17:22:48 PDT
Created attachment 336341 [details]
Add _spellCheckerDocumentTag property
Comment 3 mitz 2018-03-22 18:15:44 PDT
Fixed in <https://trac.webkit.org/r229875>.