-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Window resize #22
Comments
Alright, maybe I'm doing something wrong, but... The file explorer example does nothing, alert freezes the window, console.log has no output, any js errors freeze the window... Upon adding a try catch, I get this (in a dummy textarea I added myself): When I start nw in debug mode, the Show dev tools does nothing, except duplicating the current window. Is this build supposed to work? Am I missing something? I find the idea great (Air meets node), but so far my experiences with the project are somewhat frustrating. |
The resize bug is confirmed, thanks for reporting. As for the file explorer demo, I've not tested it on Windows, the failing should be caused by issue #12. Dev tools cannot be used in current binary build, you have to wait next release. node-webkit is young and needs polishing now, and we will try our best to make everything work. |
Thanks for the answer! Yes, I'm pretty sure it's error #12 - in fact I can live without the dev tools (all of us had the pleasure to work with IE6), but it would be a nice addition. Hope the next release would be a bit more stable, keep up the good work! |
Fixed in 0.2.2 |
Win32 build: resizing the window creates an empty row with broken rendering on top of the window.
The text was updated successfully, but these errors were encountered: