sessionStorage issue by using hyperlink href attribute
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: gaoqing2020, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Steps to reproduce:
- set sessionStorage by using timestamp as a key
- create a svg image add attribute "xlink:href" with the sessionStorage key information and attribute "target", "_blank"
- click on the svg image with the hyperlink.
- check the opened new tab
Actual results:
under the new tab, the sessionStorage information is not exist anymore
Expected results:
the sessionStorage information should not be wiped out. and we noticed under firefox esr version works fine.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: ImageLib' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
Is it possible to provide a testcase that reproduces the problem you are seeing?
Comment 3•2 years ago
|
||
I also tried emailing the reporter a few days ago, so far no reply.
Comment 4•1 year ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED
, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Comment 5•1 year ago
|
||
There might be enough info here to construct a testcase. So reopening.
Updated•1 year ago
|
Description
•