Bug 137547

Summary: Web Inspector: DOM Storage Editing is broken in many ways, frustrating
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-10-08 20:34:40 PDT
DOM Storage editing is broken in many ways.

* STEPS TO REPRODUCE
1. Load <http://bogojoker.com>
2. Start adding keys / values to local storage
3. Start editing existing keys / values
4. Right click a row
  => exception in console
5. Double click a value, change it, and hit Enter to commit the change
  => value is still editable
6. Edit a key to be a duplicate of another key, then change to a new value
  => non-edited row that was temporarily a duplicate is now gone
Comment 1 Radar WebKit Bug Importer 2014-10-08 20:34:49 PDT
<rdar://problem/18592458>
Comment 2 Joseph Pecoraro 2014-10-08 20:38:37 PDT
Created attachment 239514 [details]
[PATCH] Proposed Fix
Comment 3 Timothy Hatcher 2014-10-09 09:56:45 PDT
Comment on attachment 239514 [details]
[PATCH] Proposed Fix

Much cleaner!
Comment 4 WebKit Commit Bot 2014-10-09 10:34:08 PDT
Comment on attachment 239514 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 239514

Committed r174510: <http://trac.webkit.org/changeset/174510>
Comment 5 WebKit Commit Bot 2014-10-09 10:34:11 PDT
All reviewed patches have been landed.  Closing bug.