Bug 20279 - DOM and CSS editing should commit when clicked away (or blurred)
Summary: DOM and CSS editing should commit when clicked away (or blurred)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-04 17:00 PDT by Timothy Hatcher
Modified: 2008-08-05 09:49 PDT (History)
0 users

See Also:


Attachments
Proposed patch (1.94 KB, patch)
2008-08-04 17:11 PDT, Timothy Hatcher
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-08-04 17:00:40 PDT
ANy user entered text is canceled when editing and the user clicks away. This does not match common idioms on the desktop nor Firebug. We should commit the editing in this case.
Comment 1 Timothy Hatcher 2008-08-04 17:11:01 PDT
Created attachment 22645 [details]
Proposed patch
Comment 2 Adam Roben (:aroben) 2008-08-04 18:50:45 PDT
Comment on attachment 22645 [details]
Proposed patch

r=me
Comment 3 Timothy Hatcher 2008-08-05 09:49:48 PDT
Landed in r35562.