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

Navigation issue with modal bottom sheet #92

Open
leonvogt opened this issue Jan 26, 2025 · 0 comments
Open

Navigation issue with modal bottom sheet #92

leonvogt opened this issue Jan 26, 2025 · 0 comments

Comments

@leonvogt
Copy link

I've noticed that navigating from one modal bottom sheet to another results in a blank screen.
This issue only occurs with "advance" navigation; with "replace" navigation, it works as expected.
It also only happens in the modal bottom sheet and not in the full-screen modal.

Record_2025-01-26-17-29-51.mp4

Steps to reproduce (with the Demo app):

  1. Add the following two lines to the PathConfiguration:
{
  "patterns": [
    "/new$",
+    "/one",
+    "/two"
  ],
  "properties": {
    "context": "modal",
    "uri": "hotwire://fragment/web/modal/sheet",
    "pull_to_refresh_enabled": false
  }
},
  1. Navigate to /one (title: "Navigate to another page")
  2. Navigate to /two (title: "Advance to another webpage")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant