zombie icon indicating copy to clipboard operation
zombie copied to clipboard

Port != 8080 => this._ownerDocument.raise is not a function

Open xurei opened this issue 6 years ago • 1 comments

I'm trying to connect to localhost:8081 (or any other port != 8080). I get this error : TypeError: this._ownerDocument.raise is not a function

With 8080, it works as expected.

See this gist for a minimal example.

xurei avatar Jul 03 '18 17:07 xurei