[Webkit-unassigned] [Bug 57005] New: webkit editor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 04:14:49 PDT 2011


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

           Summary: webkit editor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qt-info at nokia.com


I would like to be able to use qtwebkit as an html editor much as mshtml can be used.

While a lot of the effort seems to be around exposing the dom and events to javascript, I would like to be able to do it from c++ so that I can work with 30+ MB documents without severe lag, etc.

There is currently a webkit editor as part of the qtwebkit that does much of what I am interested in doing. The problem is that the qtwebkit build process hides the webkit api's from the developer as part of the build process. This can be changed between the qmake and compile process and I have had some success with it. Without exposing the api, on a basic level, there is no way to, for example, to manipulate the html elements in the current selection.

I would like to see the underlying webkit editing api exposed so that qtwebkit could be used as an html editor or, alternatively, qtwebkit methods created to mirror a qtwebkit editor matching that of the webkit one.

-- 
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