[Webkit-unassigned] [Bug 155933] New: Web Inspector: Entering Responsive Design Model nukes values in sessionStorage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 27 16:21:08 PDT 2016


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

            Bug ID: 155933
           Summary: Web Inspector: Entering Responsive Design Model nukes
                    values in sessionStorage
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jmalonzo at gmail.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

When changing to Responsive Design Mode, values stored in sessionStorage seems to have been lost - window.sessionStorage.getItem('foo') returns null on previously stored values prior to entering this mode.

I've add the STR, and expected/actual results in the following bin: https://jsbin.com/maruhiviqu/edit?html,output

STR:

1. Set some values in sessionStorage.
2. Enter Responsive Design Mode.
3. Inspect the sessionStorage value you set in (1) above.

Expected: value set in (1) exists

Actual: value is null

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160327/deec5462/attachment.html>


More information about the webkit-unassigned mailing list