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

bug: vue, scroll position resets with swipe down #24435

Closed
4 of 6 tasks
franzwilding opened this issue Dec 17, 2021 · 8 comments · Fixed by #24791
Closed
4 of 6 tasks

bug: vue, scroll position resets with swipe down #24435

franzwilding opened this issue Dec 17, 2021 · 8 comments · Fixed by #24791
Labels
package: vue @ionic/vue package type: bug a confirmed bug report

Comments

@franzwilding
Copy link

Prerequisites

Ionic Framework Version

  • v4.x
  • v5.x
  • v6.x

Current Behavior

When starting a new ionc vue list app, there is a problem with collapsed ios titles on first scroll. After the first scroll everything is working as expected. Without the collapsed ion-header, everything works fine. Also wenn navigating to a child page and come back, scrolling works fine, the bug only occurs after app start (or after navigating via tabs)

Simulator.Screen.Recording.-.iPhone.11.-.2021-12-17.at.09.24.20.mp4

Expected Behavior

The app should be scrollable also on the first scroll event.

Steps to Reproduce

  • Start a new ionc app with cli
  • Add ios platform
  • Run in simulator

Code Reproduction URL

No response

Ionic Info

No response

Additional Information

No response

@ionitron-bot ionitron-bot bot added the holiday triage issues that were created during holiday period label Dec 17, 2021
@ionitron-bot
Copy link

ionitron-bot bot commented Dec 17, 2021

Thanks for the issue! This issue has been labeled as holiday triage. With the winter holidays quickly approaching, much of the Ionic Team will soon be taking time off. During this time, issue triaging and PR review will be delayed until the team begins to return. After this period, we will work to ensure that all new issues are properly triaged and that new PRs are reviewed.

In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly.

Thank you!

@franzwilding franzwilding changed the title bug: bug: Vue Scroll Bug when using collapsed ios titles Dec 20, 2021
@averyjohnston averyjohnston added the ionitron: needs reproduction a code reproduction is needed from the issue author label Jan 5, 2022
@ionitron-bot
Copy link

ionitron-bot bot commented Jan 5, 2022

Thanks for the issue! This issue has been labeled as needs reproduction. This label is added to issues that need a code reproduction.

Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.

If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.

For a guide on how to create a good reproduction, see our Contributing Guide.

@ionitron-bot ionitron-bot bot removed the holiday triage issues that were created during holiday period label Jan 5, 2022
@franzwilding
Copy link
Author

The bug also occurs in the official starter app template (https://github.com/ionic-team/starters/tree/main/vue/official/list) so a step-by-step reproduction would be:

ionic start myApp list --type=vue
cd myApp
ionic cap add ios
ionic cap run ios

@averyjohnston averyjohnston added triage and removed ionitron: needs reproduction a code reproduction is needed from the issue author labels Jan 7, 2022
@liamdebeasi
Copy link
Contributor

liamdebeasi commented Jan 19, 2022

I can reproduce this behavior. It looks to be unique to Vue as I can only reproduce it in an Ionic Vue starter app. Also, I can only reproduce this in Ionic 6.

edit: This does not seem to be specific to collapsible large titles or refreshers.

@liamdebeasi liamdebeasi changed the title bug: Vue Scroll Bug when using collapsed ios titles bug: vue, scroll position resets with collapsible large title Jan 19, 2022
@liamdebeasi liamdebeasi added package: vue @ionic/vue package type: bug a confirmed bug report labels Jan 19, 2022
@ionitron-bot ionitron-bot bot removed the triage label Jan 19, 2022
@liamdebeasi liamdebeasi changed the title bug: vue, scroll position resets with collapsible large title bug: vue, scroll position resets with refresher Feb 14, 2022
@liamdebeasi liamdebeasi changed the title bug: vue, scroll position resets with refresher bug: vue, scroll position resets with swipe down Feb 14, 2022
@liamdebeasi
Copy link
Contributor

Thanks for the issue. Can you try the following dev build and let me know if it resolves the issue?

npm install @ionic/[email protected] @ionic/[email protected]

@franzwilding
Copy link
Author

Yes this looks good! Thank you.

@liamdebeasi
Copy link
Contributor

Thanks for the issue. This has been resolved via #24791, and a fix will be available in an upcoming release of Ionic Framework.

@ionitron-bot
Copy link

ionitron-bot bot commented Mar 19, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: vue @ionic/vue package type: bug a confirmed bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants