You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
[First Step]
[Second Step]
[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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: