-
Notifications
You must be signed in to change notification settings - Fork 74
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
Windows: drag and drop error #157
Comments
Hey Roy,
Otherwise the problem could be e.originalEvent. Debugging can be done with breakpoints via the Webkit Inspector. |
Hi @Daandelange Thanks for the tips. I will give it a try and post the results. |
I assume this is not fixed yet? |
@hiroMTB I have no idea. At least I did not fix it. |
@Daandelange I tested path.normalize() with / and it works for both of macOS and Windows. |
Hi,
I've noticed an error in windows (win 10, x64) that it will add an incorrect folder path when you drag and drop a project folder into PG. Right now this folder path includes the folder that one is drag'n'droping but it should be the path of the folder that contains the folder being dragged.
Example.
this is how it shows now:
OF_folder/apps/myApps/project_folder_being_dragged
but it should be
OF_folder/apps/myApps
I haven't worked with PG code so I'll have to dig a bit to find how to fix this. Sure it is an easy thing. But I wont be able to do this until a few more days. If anyone knows how to fix it please go for it. :)
All the best!
The text was updated successfully, but these errors were encountered: