Cookie changes are displayed incorrect when multiple Storage Inspectors opened
Categories
(DevTools :: Storage Inspector, defect, P3)
Tracking
(Not tracked)
People
(Reporter: thegoncharov, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.78 MB,
video/quicktime
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
- Open any page in new tab (Tab 1), open Cookie Storage inspector for this page
- Open same page in new private tab (Tab 2), open Cookie Storage inspector
- Add some cookie in Tab 1 via Storage inspector
Actual results:
New cookie is displayed in Storage inspector of Private Tab 2 instead of Tab 1
Expected results:
Cookie must be displayed in the tab where it is created (Tab 1)
Reporter | ||
Comment 1•5 years ago
|
||
It is reproduces for any kind of tabs - non-private, private and container tabs.
Can it be related to this code? Seems it is overwrites function cookieHelpers.onCookieChanged
with each initialize of Storage Inspector?
Comment 2•5 years ago
|
||
The severity field is not set for this bug.
:davidwalsh, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
The severity field is not set for this bug.
:davidwalsh, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Comment 4•4 years ago
|
||
I can reproduce the problem on my machine too (Win10)
I am using STRs from comment #1 and my test page http://odvarko.com/tests/fission/case2/odvarko.com.html
Honza
Updated•4 years ago
|
Description
•