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

Drop an extension zip in the extension manager does not work. #88

Open
1 task done
ficristo opened this issue Mar 26, 2017 · 3 comments
Open
1 task done

Drop an extension zip in the extension manager does not work. #88

ficristo opened this issue Mar 26, 2017 · 3 comments

Comments

@ficristo
Copy link
Member

Prerequisites

  • Is this Brackets-Electron specific problem (did you test it with latest brackets build)?

Description

I see errors like this one in the console Uncaught TypeError: Cannot read property 'fullPath' of null

Versions

Windows 10
1.9.4

Steps to Reproduce

  1. Open the extensions manager
  2. Drop an extension zip

Expected behavior: the extension is installed

Actual behavior: the extension is not installed

@ficristo
Copy link
Member Author

ficristo commented Jun 1, 2017

The problem is that DataTransferItem.webkitGetAsEntry() return null.
Trying to reproduce on a browser, also there, when webkitGetAsEntry is used on a dragover listener, it returns null. But it returns an entry when called inside a drop listener.

Maybe when Brackets will update its shell will hit the same behaviour.
/cc @ingorichter @nethip

@pushqrdx
Copy link

So no one worked on this bug yet ?

@ficristo
Copy link
Member Author

Nobody AFAIK.
I doubt there will be a new release anytime soon, so it is not worth to look at it...

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

No branches or pull requests

3 participants