blackberry / Ripple-Framework

A browser-like framework component that hosts the Ripple UI tooling and provides services required for emulation
Apache License 2.0
28 stars 12 forks source link

Empty LocalStorage when using Web Inspector with Ripple for Tablet OS #70

Open astanley opened 13 years ago

astanley commented 13 years ago

The LocalStorage field, displayed within the Resources panel of Web Inspector shows no results when the current platform is WebWorks-TabletOS.

Steps to reproduce: 1) Start Ripple 2) Change platform to WebWorks-TabletOS 3) Load the following page http://blackberry.github.com/WebWorks-Samples/kitchenSink/html/html5/storage.html 4) Click on the 'Add to Storage' button 5) Right click within Ripple and select "Inspect" 6) Click on the "Resources" panel in the top navigation 7) Click on the "Local Storage" item in the left menu

Expected results: 7) should see a single item with Key = "Foo" and Value = "Bar".

Actual results: 7) No data is displayed