-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
We're having an issue with xdr-streaming transport under IE8 while using <a> elements with href="javascript:;".
Reproduce steps:
- Download example: https://github.com/sockjs/sockjs-node/tree/master/examples/echo
- Run server, open
http://localhost:9999- should work fine. - Add following code into index.html body:
<a href="javascript:;">Break connection</a> - Reload page - Connection should be established and work normal
- Click newly added
<a>element
Result: Connection is closed.
Actually any javascript: ... code within href attribute will break the connection. Is this known issue? We can workaround it, but would be great if we could keep those hrefs as they are right now.
Metadata
Metadata
Assignees
Labels
No labels