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

Thumbnail Images are loaded even when they are not rendered on the page #4299

Closed
leo-sakh opened this issue Jan 31, 2019 · 0 comments
Closed
Labels

Comments

@leo-sakh
Copy link
Contributor

Description

Thumbnail Images are loaded even when they are not rendered on the page. This can be verified by open the browser debugger and monitoring the network traffic. With no table view loaded, and the left column of results set to list view (as opposed to gallery view), there is no place that the thumbnails are rendered to the user upon receiving a query response. However, the UI attempts to download the first 25 thumbnails anyway.

Ideally, these calls would not happen until the thumbnails are to actually be rendered on the page.

Steps to Reproduce (if issue is bug)

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior:

Thumbnails are loaded on demand

Actual behavior:

Thumbnails are loaded like they're going out of style

Reproduces how often:

100% of the time

Version

2.14.0

Additional Information

Any additional information, configuration or data that might be necessary
to reproduce the issue.

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

No branches or pull requests

2 participants