Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.64k stars 1.41k forks source link

Problem with file preview #3035

Closed daebak74 closed 4 years ago

daebak74 commented 4 years ago

I have a strange issue that I would to investigate but until now I didn't find how. If I select a file and click on preview the modal sow correctly the preview but if I click on the button next or previous even if I see that in file list the next one is selected the preview in modal not fire the preload of the new file. Where I can find the quicklook event of next button for make some debug ?

Thanks.

nao-pon commented 4 years ago

@daebak74 I can't reproduce this problem. https://github.com/Studio-42/elFinder/blob/master/js/commands/quicklook.plugins.js , https://github.com/Studio-42/elFinder/blob/master/js/commands/quicklook.js are it.

daebak74 commented 4 years ago

@nao-pon Yes I know I think any problem with some other plugin. Thanks for the information.