Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go back is not correctly captured in some cases #168

Open
Yuu-Han opened this issue May 29, 2024 · 2 comments
Open

Go back is not correctly captured in some cases #168

Yuu-Han opened this issue May 29, 2024 · 2 comments
Labels

Comments

@Yuu-Han
Copy link
Collaborator

Yuu-Han commented May 29, 2024

E.g., CHI '24 Program, select any session, then go back.

Perhaps because client redirect causes change in url?
I.e., https://programs.sigchi.org/chi/2024/program/all -> https://programs.sigchi.org/chi/2024/program/all?itemsType=SESSION&sortDirection=asc&sortType=TIME&viewType=LIST#156428

@Yuu-Han Yuu-Han added the bug label May 29, 2024
@kaidatavis
Copy link
Collaborator

For me, it seems that the redirection is also added as a node, so I would have two new nodes if redirections happens (CHI 24 site).

Also, going backward and forward are captured as new nodes instead of changing the display of existing nodes.

@kaidatavis
Copy link
Collaborator

Possibly because the parameter changes are ignored. Maybe we want to add this back, and make a list of website that parameter changes that should be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants