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

Infinite scroll down on firefox position scroll on top after fired event #383

Open
3 tasks
flucciarini opened this issue Jun 14, 2021 · 3 comments
Open
3 tasks

Comments

@flucciarini
Copy link

Hi Everyone
I'm having an issue when use the component in firefox browser. After fire the onScroll event the scroll position reset on top.
Working well on Chrome.

In my site I load the content of page dinamically and so I use infinite scroll as paginator to load next page's data and append it on bottom of page

.html file

.ts file
onScroll() {
console.log('INFINITE SCROLL');
if (this.canLoadMore()) { //check to prevent multiple load
this.loadMore(); //start load
}
}

Have anyone this same issue?

  • Version used: 9.1.0
  • Browser Name and version: Firefox 89.0 (64bit)
  • (Optional) Operating System and version (desktop or mobile): windows 10
@mattveraldi
Copy link

I have the same problem with MS Edge

@Jannyboy313
Copy link

I have the same problem with chrome

@Cjoshua2
Copy link

I had the same problem, turns out my input tag has the focus attribute after I used it. Had to use the .blur() to remove it once the search is done.

Sorry for my english.

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

4 participants