[Webkit-unassigned] [Bug 104361] New: Proposal: Richt Text Editor (type=richtext)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 03:57:33 PST 2012


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

           Summary: Proposal: Richt Text Editor (type=richtext)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tobias at tim.pe


Hello guys,

I was wondering what your thoughts are on implementing a full richt text editor that would output raw HTML as its value. There already are some WYSIWYG editors in JS out there (TinyMCE/CKEditor), but by building it into the browser/engine, we could get the following:

- Full HTML encoding support (sounds weird, meaning the browser would do all the conversion of special characters, if any.
- Local font support (Support listing of local fonts)
- Keyboard shortcuts like Ctrl-S that would save the form (either some local-state or even submitting it)

Just basically imagine a <input type="richtext">

What are your opinions?

Tobias Timpe

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