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

@page:afterin event not fired with infinite list and subnavbar #4176

Open
jacobg opened this issue May 11, 2023 · 2 comments
Open

@page:afterin event not fired with infinite list and subnavbar #4176

jacobg opened this issue May 11, 2023 · 2 comments

Comments

@jacobg
Copy link

jacobg commented May 11, 2023

Describe the bug

When the page contains an infinite list using a preloader value that changed, and there is a subnavbar, then page:after event does not fire.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://codesandbox.io/s/page-before-in-72dt23?file=/src/pages/Page1.vue
  2. Click on Page 1
  3. View display as to whether events fired.

Expected behavior

Both page before in and after in events called.

Actual Behavior

Page after in event not called.
Also, the Back button doesn't work either.

Additional context

If you either remove sub navar or hard code infinite-preloader to false, then the page after in is called.

@jacobg
Copy link
Author

jacobg commented May 11, 2023

Updated comment above to add that Back button doesn't work either in this case.

@jacobg
Copy link
Author

jacobg commented Jun 16, 2023

@nolimits4web Is there any update on this issue? It's a deterministic repro of a bug with page events. It seems this issue started when updating from f7 version 5 to 8. Was some changed with how page events occur? e.g., with the way animations are detected?

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

No branches or pull requests

1 participant