-
Notifications
You must be signed in to change notification settings - Fork 433
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
Thumbnails do not always load on item page when MediaViewer enabled #2660
Comments
/src/app/item-page/media-viewer/media-viewer.component.html, after removing <div class="media-viewer" *ngIf="!isLoading"> partially solves the problem. Thumbnails load fine, animation is playing. or temporary solution dspace-angular/src/app/item-page/media-viewer/media-viewer.component.ts
|
Pulled this over to the 7.6.x maintenance board. Needs a volunteer to investigate & create a PR to fix. |
We are seeing this issue fairly consistently in 7.6.1. Adding manual change detection seems to fix the problem #2673 |
Thank you. problem solved. |
I was able to reproduce this locally in the following scenario (Not sure if this is a common scenario, but I wanted to point it out as well):
In any case, I've found that @mspalti 's small fix in #2673 also works for me. |
Closing, fixed by #2673 |
Describe the bug
Dspace >=7.6.0. Tested in local server, demo.dspace.org, testrephip.unr.edu.ar. If the item page has not been visited for a long time , then the thumbnail does not load (page needs to be refreshed or open in new window). Full item page is ok. I suspect the problem is in the media viewer.
The text was updated successfully, but these errors were encountered: