[Webkit-unassigned] [Bug 42100] New: Spellcheck in QtWebkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 12:05:34 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42100

           Summary: Spellcheck in QtWebkit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: https://lists.webkit.org/pipermail/webkit-qt/2010-July
                    /000660.html
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dvdxvr at gmail.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list