Bug 19323 - support 'Edit Mode' in QtWebKit
Summary: support 'Edit Mode' in QtWebKit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Jonathon Jongsma (jonner)
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2008-05-30 08:47 PDT by Jonathon Jongsma (jonner)
Modified: 2008-06-10 09:49 PDT (History)
1 user (show)

See Also:


Attachments
Patch to add the QWebPage::setEditable() API (5.06 KB, patch)
2008-05-30 09:23 PDT, Jonathon Jongsma (jonner)
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathon Jongsma (jonner) 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.
Comment 1 Jonathon Jongsma (jonner) 2008-05-30 09:23:22 PDT
Created attachment 21435 [details]
Patch to add the QWebPage::setEditable() API
Comment 2 Simon Hausmann 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!