Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Inconsistent history with swipe vs back/forward button #3700

Open
freiondrej opened this issue Jan 5, 2025 · 1 comment
Open

Inconsistent history with swipe vs back/forward button #3700

freiondrej opened this issue Jan 5, 2025 · 1 comment

Comments

@freiondrej
Copy link

App version

1.118.1 (331)

macOS version

15.2 (24C101)

Steps to reproduce this bug

  1. Navigate to https://remix.run/
  2. Scroll all the way to the bottom
  3. Click the Github icon (which will trigger navigation to https://github.com/remix-run)
  4. On the GH page, click any link (e.g. in the Pinned section, the remix repo, which will trigger navigation to https://github.com/remix-run/remix)
  5. Swipe from left to right (=the "go back" gesture)
  6. The browser goes to remix.run, which is actually two steps back
  7. Swipe from right to left (=the "go forward" gesture)
  8. The browser goes to https://github.com/remix-run/remix, which is actually two steps forward

Expected behavior

In step 6, the browser should be back on https://github.com/remix-run, not all the way to remix.run . In step 8, the browser should go forward to https://github.com/remix-run, not all the way to https://github.com/remix-run/remix.

However, if in step 5 or step 7 we use the Back / Forward button, the navigation is correct, so the bug only occurs with the swipe gestures.

@freiondrej
Copy link
Author

I ran into similar behavior in several other situations as well, the common denominator was always Github. I haven't (yet) noticed this behavior elsewhere.

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

No branches or pull requests

1 participant