Bug 42100 - Spellcheck in QtWebkit
Summary: Spellcheck in QtWebkit
Status: RESOLVED DUPLICATE of bug 44114
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL: https://lists.webkit.org/pipermail/we...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 12:05 PDT by David Xavier
Modified: 2010-08-23 10:40 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Xavier 2010-07-12 12:05:33 PDT
Hi,

As recently discussed on the webkit-qt mailing list, it would be great if the spell checking feature of webkit was available in QtWebkit version. Antonio Gomes recommended that I file a feature request. (FYI the discussion thread can be found here: https://lists.webkit.org/pipermail/webkit-qt/2010-July/000660.html )

Here's a summary of the problem:

I have an HTML editor implemented in Qt 4.6.2 that uses a contenteditable QWebView. I'd like to enable webkit spell checking in the editable webview (with a line under misspelled words), but it doesn't seem to work.

Here's my small test case:

<html>
<head></head>
<body spellcheck='true'>
<div contentEditable='true'>Helo wurld!</div>
</body>
</html>

This works as expected in Safari 5.0 (the misspelled words are underlined in red), but not in the QWebView based editor.

Thanks 

David
Comment 1 Antonio Gomes 2010-08-23 10:40:52 PDT

*** This bug has been marked as a duplicate of bug 44114 ***