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

[SF][List]: The load-more event should be fired when re-render a List #10442

Open
1 task done
i323808 opened this issue Dec 24, 2024 · 1 comment
Open
1 task done

[SF][List]: The load-more event should be fired when re-render a List #10442

i323808 opened this issue Dec 24, 2024 · 1 comment
Labels
bug This issue is a bug in the code Medium Prio TOPIC P

Comments

@i323808
Copy link

i323808 commented Dec 24, 2024

Bug Description

The load-more event should be fired when re-render a List. For instance, refresh a list due to filter or sort.

Affected Component

No response

Expected Behaviour

No response

Isolated Example

https://js-ewbdsm.stackblitz.io

Steps to Reproduce

  1. open https://js-ewbdsm.stackblitz.io
  2. click Search button
  3. the load-more event is fired

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

2.5.1

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@i323808 i323808 added the bug This issue is a bug in the code label Dec 24, 2024
@ivoplashkov
Copy link
Member

ivoplashkov commented Dec 27, 2024

Hello @i323808 ,

The load-more event is specifically designed to fire when the user scrolls to the bottom of the list, with the growing='Scroll' property enabled. Re-rendering the list due to filtering or sorting would not typically trigger this event, as it is unrelated to scrolling. However, the responsible team should confirm this behavior and decide.

Best regards,
Ivaylo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code Medium Prio TOPIC P
Projects
Development

No branches or pull requests

2 participants