-
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.location.href and handleEvent #190
Comments
Did you do that from the Node context? I can reproduce some error but I'm not sure it's the same error as yours. Can you post your code so I can run it here? Thanks. |
Thats all, and then in new window script going to change his location, after this any event goes down. |
I'm still not sure what happened on your side. Could you please provide the full code so I can run it here? Thanks in advance. |
Upper script open new webkit Window with some url like "http://example.com" which contains auth form. After submitting script, we goes to another location "http://oath.example.com?login=success" and this webkit Window goes to denial in any js event.
|
Can you provide source code rather than description? monolighter notifications@github.com wrote:
抱歉暂时无法详细说明。这份邮件是使用安装有K-9 Mail的Android移动设备发送的。 |
Okay. Later. Not home. |
@monolighter |
@zcbenz , @zhchbin 's case failed in the native UI implementation, please fix it. |
I need to refactor the API implementation, currently everything is stored in DOM's |
The Window API is now independent of window context, fix will be shipped in v0.3.5 |
we should add test case for this. |
After changing window.location.href webkit goes down, also writes
'Uncaught TypeError: Cannot read property 'handleEvent' of null'
In my app i need to load specific OAuth page in new Window to login, after it changes his location webkit goes down and i simply can't close this new Window.
The text was updated successfully, but these errors were encountered: