URL is called even when selecting "stay" in "do you want to leave this site"
Categories
(Firefox for Android :: General, defect, P3)
Tracking
()
People
(Reporter: e412byoy7, Unassigned)
References
Details
(Whiteboard: [fxdroid][group2])
Attachments
(3 files)
User Agent: Mozilla/5.0 (Android 14; Mobile; rv:131.0) Gecko/131.0 Firefox/131.0
Steps to reproduce:
- Visit https://en.wikipedia.org/w/index.php?title=Firefox&action=edit while being logged in into wikipedia account (make sure you visit in dekstop view)
- Write some random characters into the article (do not click "submit")
- Tap on "Log out" in top right
- In the opening window, tap on "STAY"
- Open a new tab and open en.wikipedia.org there
Actual results:
User is logged out
Expected results:
User should stay logged in when selecting "STAY", the "Log out" command should not be submitted if user selects "STAY"
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:amejia, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
As per my research, I have identified several conclusions:
- This issue is reproducing in both Firefox and Chrome, desktop and mobile
- The logout request is an asynchronous background request to wikipedia server. It is triggered when the user taps on logout and before the prompt is displayed on the screen(stay/leave). The logout request invalidates the session on the server side and this is the reason why when opening a new tab and navigating to wikipedia, the user is logged out.
Since this reproduces on multiple desktop browsers , this is not an issue on the browser itself. The website is responsible for it.
Considering this I would suggest we could move the ticket/issue on the Desktop side.
Comment 3•1 year ago
|
||
Tom, could you please let me know if this(comment 2) approach looks good to you. Thank you!
Thanks Andrei. If this is website behaviour, not browser, then I think we can close this off. Video demos of the issue being observed across multiple different browsers would also be very helpful.
Comment 5•1 year ago
|
||
Comment 6•1 year ago
|
||
Comment 7•1 year ago
|
||
Updated•1 year ago
|
Description
•