Status Update
Comments
2d...@gmail.com <2d...@gmail.com> #2 Restricted
ss...@google.com <ss...@google.com> #3
Thanks.
2d...@gmail.com <2d...@gmail.com> #4
@ss...@google.com
I will share the GitHub repository I worked on.
Instructions for running it locally are provided in the README.md file.
After running npm run dev
,
you can access it by entering http://localhost:3000/step/3
in your browser's address bar.
If you have any questions, please leave a comment.
pe...@google.com <pe...@google.com> #5
Thank you for providing more feedback. Adding the requester to the CC list.
ss...@google.com <ss...@google.com> #6
Steps to reproduce:
=================
1) Open command prompt.
2) Change directory to a given downloaded file.
3) Enter given commands in command prompt. (npm install, npm run dev)
4) Launch chrome
5) Navigate to the url (
6) Click on back button
Observed that "able to navigate to the Previous Page without any issues"
@Reporter: Could you please
1) Review the attached screencast and let us know if we missed anything from our end.
2) Provide a screencast in video format instead of gif format for better understanding/triaging the issue.
3) Provide a expected/actual behavouir with clear reproducible steps.
Attaching screencast for reference
Thanks.
2d...@gmail.com <2d...@gmail.com> #7
Hello,
Here are the steps to reproduce the issue with the attached screen recording file.
- Run npm install, then npm run dev
- Navigate to
http://localhost:3000/step/3 in your browser - Click the back button immediately without clicking on the website viewport area in Chrome
These steps correspond to the 0-13 second mark in the attached video.
Here are the steps to make it work as I intend:
- Run npm install, then npm run dev
- Navigate to
http://localhost:3000/step/3 in your browser - Click on the website viewport area in Chrome, then click the back button
- Go to
http://localhost:3000/step/2 - Click the back button in the browser again
- Go to
http://localhost:3000/step/1
These steps correspond to the 17-30 second mark in the attached video.
I am curious why, when I click the back button without clicking on the Chrome browser's viewport area, it does not navigate from
I wonder if this is due to an issue with the Chrome browser.
Thank you.
pe...@google.com <pe...@google.com> #8
Thank you for providing more feedback. Adding the requester to the CC list.
ss...@google.com <ss...@google.com> #9
Observed that "able to navigate to the Previous Page without any issues"
@Reporter: Could you please
1) Review the attached screencast and let us know if we missed anything from our end.
2) Try to check the issue without flags enabled, extensions and with a fresh profile.
Attaching screencast for reference
Thanks.
2d...@gmail.com <2d...@gmail.com> #10
Hello,
When you run the code I shared in the GitHub repo, clicking the browser back button should navigate in the order of '/step/3' -> '/step/2' -> '/step/1'. (You can check this by watching the screencast attached in
However, in the screencast you posted in
In the screencast I posted in
I am curious why it works as expected only when clicking the website viewport area before clicking the back button.
Thanks.
pe...@google.com <pe...@google.com> #11
Thank you for providing more feedback. Adding the requester to the CC list.
ss...@google.com <ss...@google.com> #12
Reproducible:
===================
Stable: 127.0.6533.100
Beta: 128.0.6613.27
Dev: 129.0.6628.3
Canary: 129.0.6646.0
Observed that
1) Navigated from
2) Navigated from
Note: Able to repro issue reproducible on Linux debian and Mac 14.5
The issue is seen from M-117, Considering this is a non regression issue.Hence marking it as Untriaged and requesting someone from the respective team to look into this further updates.
Thanks.
2d...@gmail.com <2d...@gmail.com> #13
ra...@chromium.org <ra...@chromium.org> #14
[Navigation triage] From the description it sounds like this might be caused by Chrome skipping navigation entries added without user gestures, so this might be WAI. Let me add shivanisha@ who worked on that to confirm.
Description
NOTE: Changing the template (or component which causes a template change) may change the access level this bug defaults to and it may no longer be confidential.
Chrome Version: 127.0.6533.89 (공식 빌드) (64비트) (cohort: Stable Installs & Version Pins) Lacros Version (if applicable): (copy from chrome://version) OS: Win11
What steps will reproduce the problem? (1)
What is the expected result?
What happens instead? However, after checking on the Chrome browser, I found that it behaves differently depending on two cases.
Case 1: If the user visitshttps://blabla.com/step/3 and clicks to move to the previous page without clicking anywhere in the browser's viewport, the history does not follow the added states.
Case 2: If the user visitshttps://blabla.com/step/3 and attempts an action in the browser's viewport before clicking to move to the previous page, the history follows the added states.
I would like to know if Case 1 is a bug in the Chrome browser or an intended feature. If it is an intended feature, please provide a reference link regarding the behavior of navigating to the previous page in Chrome.
I have attached GIF files demonstrating the behavior of Case 1 and Case 2.