Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gwt something other than an int was returned from jsni method

Tags:

gwt

since today i get an this error message for the same code like yesterday, but i changed nothing. i get this error message

[WARN] [perchsearch] - Something other than an int was returned from JSNI method '@com.google.gwt.dom.client.DOMImplStandardBase$ClientRect::getTop()': Rounding double (178.40000915527344) to int for int

and when i run the project on the browser a strange grafic object appears on the chrome browser (for firefox doesnt exists a gwt plugin for my version) , but i dont know how and from where.here is the pic of this grafic.

strange grafic object appears on the browser while running the gwt project

is there any solution how i can remove this thing? its really anoying.

like image 895
Pero Avatar asked Apr 02 '12 21:04

Pero


1 Answers

I get that error when changing the zooming in Chrome. Just reset it to 100%.

like image 162
Felix Lechner Avatar answered Oct 13 '22 22:10

Felix Lechner