Lin Zheng
Lin Zheng

Reputation: 1

GWT Developer Plugin complains when doing a debug with Chrome

Following is the error that occurd while I rendered a code earlier rendered in firefox into chrome.

An unexpected error has occured:Something othen than a short was returned from JSNI method '@com.google.gwt.dom.client.Node::getNodeType()':JS value of type undefined,expected short.Hit OK to restart your session.

Upvotes: 0

Views: 177

Answers (1)

Ganesh Kumar
Ganesh Kumar

Reputation: 3250

This is an old issue with Chrome. This is not yet fixed as per the comments in the issue. So, the solution is to use some other browser for development mode.

Upvotes: 1

Related Questions