-
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 event returns undefined for height #4993
Comments
What are you using to define |
Hi joshterrill, is the main app window.
thank you! |
Interesting, I'm getting the same results. So I was looking into some of the included JS libraries for webkit, and when I put a breakpoint on line 283 of |
Thank you very much for your feedback. |
I am pretty sure this is the problem line. callback.call(self.width, self.height); Since callback.call should take edit: Oops, missed that you already tracked the line. Still, isn't that the problem? |
@fcard yes I believe it is! |
I will fix it soon. |
- Add test for issue nwjs#4993 - This test is failed on v0.15.4, passed on v0.30.4
- Add test for issue #4993 - This test is failed on v0.15.4, passed on v0.30.4
Nwjs 0.15.2
Ubuntu Linux 64 bit
height
is alwaysundefined
.The text was updated successfully, but these errors were encountered: