RESOLVED FIXED 19323
support 'Edit Mode' in QtWebKit
https://bugs.webkit.org/show_bug.cgi?id=19323
Summary support 'Edit Mode' in QtWebKit
Jonathon Jongsma (jonner)
Reported 2008-05-30 08:47:51 PDT
QtWebKit should provide an API to allow switching to 'edit mode' so that the user can edit the displayed web page. This would be useful for html email composing, for instance.
Attachments
Patch to add the QWebPage::setEditable() API (5.06 KB, patch)
2008-05-30 09:23 PDT, Jonathon Jongsma (jonner)
hausmann: review+
Jonathon Jongsma (jonner)
Comment 1 2008-05-30 09:23:22 PDT
Created attachment 21435 [details] Patch to add the QWebPage::setEditable() API
Simon Hausmann
Comment 2 2008-06-10 09:49:17 PDT
Comment on attachment 21435 [details] Patch to add the QWebPage::setEditable() API Landed in r34481 with small doc fixes and the removal of the default argument of the setEditable(bool editable) argument. Thanks Jonathon!
Note You need to log in before you can comment on or make changes to this bug.