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

While resizing image, btnSaveAs is throwing a js error #2880

Closed
devsseb opened this issue Mar 28, 2019 · 1 comment
Closed

While resizing image, btnSaveAs is throwing a js error #2880

devsseb opened this issue Mar 28, 2019 · 1 comment

Comments

@devsseb
Copy link

devsseb commented Mar 28, 2019

In v2.1.48, when I click on btnSaveAs in image resizing window, the following error is thrown :

Uncaught TypeError: Cannot read property 'removeClass' of undefined
at rest (elfinder.full.js:12544)
at elfinder.full.js:12566
at u (jquery.min.js:2)
at Object.fireWith [as rejectWith] (jquery.min.js:2)
at Object.o.(/admin/anonymous function) [as reject] (https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:30310)
at elFinder.commands.resize.make (elfinder.full.js:12775)
at i (jquery.min.js:2)
at make (elfinder.full.js:32132)
at elfinder.full.js:32186
at u (jquery.min.js:2)

on this line :

pnode.removeClass('ui-front')

@nao-pon
Copy link
Member

nao-pon commented Mar 31, 2019

@devsseb Fixed. You can check it in the nightly build. However, this error should not usually appear, so there may be other problems. If you have any problems, please make a new issue.

Thanks! 👍

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

No branches or pull requests

2 participants