Bug 1692679 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Thank you for detailed instructions Yves!

(In reply to Yves Goergen from comment #4)
> 1. Open any other website, like your test page, open that F12 panel. You'll see the original domain there in the list.

I don't understand what is the issue in this case. What is the difference from #2?

> 2. Enter the URL shown above into the address bar. The new page loads. Now still the old domain appears in the storage panel. You can reload the page, nothing changes. Switch F12 tabs, nothing. You have to close and reopen the F12 panel to see the correct and current domain. Only then can you continue investigate its data.

I can't reproduce this, here is what I am doing:

* Load http://odvarko.com/tests/fission/case2/odvarko.com.html
* Open DevTools select the Storage panel, expand the LocalStorage. I am seeing: http://odvarko.com 
* In the same tab, load https://komprenu.de/kontakt, expand the Local Storage. I am seeing: https://komprenu.de

Seems OK for me. Do you have more details

> 3. Delete all data in that localStorage panel for the domain komprenu.de while the form is loaded and you entered something in it. Now the data is gone. Click on another page. As the contact form is unloaded, it saves its current input again. Now move back to the contact form. You input is still there, so localStorage works as expected. But the storage panel is still empty. You cannot see the data that is accessible to the page to restore the form.

I can reproduce this issue.

Honza
Thank you for detailed instructions Yves!

(In reply to Yves Goergen from comment #4)
> 1. Open any other website, like your test page, open that F12 panel. You'll see the original domain there in the list.

I don't understand what is the issue in this case. What is the difference from #2?

> 2. Enter the URL shown above into the address bar. The new page loads. Now still the old domain appears in the storage panel. You can reload the page, nothing changes. Switch F12 tabs, nothing. You have to close and reopen the F12 panel to see the correct and current domain. Only then can you continue investigate its data.

I can't reproduce this, here is what I am doing:

* Load http://odvarko.com/tests/fission/case2/odvarko.com.html
* Open DevTools select the Storage panel, expand the LocalStorage. I am seeing: http://odvarko.com 
* In the same tab, load https://komprenu.de/kontakt, expand the Local Storage. I am seeing: https://komprenu.de

Seems OK for me. Do you have more details?

> 3. Delete all data in that localStorage panel for the domain komprenu.de while the form is loaded and you entered something in it. Now the data is gone. Click on another page. As the contact form is unloaded, it saves its current input again. Now move back to the contact form. You input is still there, so localStorage works as expected. But the storage panel is still empty. You cannot see the data that is accessible to the page to restore the form.

I can reproduce this issue.

Honza

Back to Bug 1692679 Comment 5