Bug 118646 - [WK2][GTK] Spell checking is not enabled in WebKitTestRunner
Summary: [WK2][GTK] Spell checking is not enabled in WebKitTestRunner
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 118643
  Show dependency treegraph
 
Reported: 2013-07-13 02:31 PDT by Kwang Yul Seo
Modified: 2017-03-11 10:48 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2013-07-13 02:31:43 PDT
WebKitTestRunner creates a WKContext directly without using webkit_web_context_get_default(). Because webkit_web_context_get_default() internally creates a WebKitTextChecker instance, spelling checking is never enabled in WebKitTestRunner.