Hi, Mouse-over on IE is also rather slow in compiled mode ( I see a lag of about 500ms on my cell tables, nothing dramatic but still). I used to have this problem in my own table implementation and I fixed it there by just changing the color of the row directly instead of adding/removing stylenames. That goes a lot faster on IE.
David On Sun, Aug 11, 2013 at 12:43 AM, Jens <[email protected]> wrote: > > >> The one triggered by mvn gwt:run is a disaster. >> Mouseout: 176 ms, mouseover 208 ms, according to speed tracer, but it >> looks even slower. >> > > gwt:run starts GWT's DevMode which is always a lot slower than compiled > JavaScript. You should not measure timings in DevMode. Compile your app to > JavaScript and try again. > > -- J. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
