acadet / yimello

Browsing your bookmarks is not tricky anymore.
http://yimello.adriencadet.com/
MIT License
32 stars 3 forks source link

When dragging HTML files onto Yimello, sometimes they are displayed within #6

Open ghost opened 9 years ago

ghost commented 9 years ago

Hello there.

Just to expand: this happens only when the 'copy' cursor is displayed (cursor with plus sign). It also removes the navigation bar at the top. Essentially, it turns Yimello into a web browser.

Thank you!

acadet commented 9 years ago

Yes, it makes sense. It is caused by node-webkit tool. Actually, Node-webkit is an emulator, based on webkit engine, that's why, if you drag an html page, it is trying to run it.

I will figure this issue out as soon as possible.

ghost commented 9 years ago

It isn't really an emulator, rather a JS runtime which is based on Google's V8 engine. There should be some way of preventing users being able to access other web pages, good luck there as I have very little experience with it.