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

Lazy Loading of product links is delayed #1668

Open
philippsauer opened this issue May 28, 2024 · 0 comments
Open

Lazy Loading of product links is delayed #1668

philippsauer opened this issue May 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@philippsauer
Copy link

philippsauer commented May 28, 2024

Actual Behavior

In the product links carousel, there is a lazyFetch function that is supposed to render the slide when it becomes visible:
image
see src\app\pages\product\product-links-carousel\product-links-carousel.component.html

If you click the arrow in the slider, so that the slides come into view, what you will see is this:
image

The tiles are only loaded after the next user action (like scrolling further, or clicking somewhere)

Expected Behavior

Tiles in Product Links should be loaded as soon as they come into view

Steps to Reproduce the Bug

Steps to reproduce the behavior:

  1. Go to PDP that has at least 5 assignments for a specific product link type (Or visit some product pages, so that the recently viewed slider is displayed)
  2. Scroll down to the Product Links area and click '>' in one of the product links sliders
  3. Observe that the tiles are never loaded
  4. Scroll down a bit
  5. Observe that the tiles now successfully loaded

Environment Details

AB#96897

@philippsauer philippsauer added the bug Something isn't working label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant