[Webkit-unassigned] [Bug 111061] New: Web Inspector: Adding existing key in DOMStorageItemsView leaves it inconsistent state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 02:28:52 PST 2013


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

           Summary: Web Inspector: Adding existing key in
                    DOMStorageItemsView leaves it inconsistent state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vivekg at webkit.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


Steps:
1. Create some local storage entries. e.g. { "item1": "value1", "item2": "value2", ... }
2. Navigate to Resources panel and localStorage view
3. Using the last row of the grid (creation node), just enter the value to be one of the existing keys [ "key1", "key2" ... ]
4. Press enter

Expected outcome:
Only one entry per key should be shown

Actual Outcome:
Multiple entries are listed

Patch follows.

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