testing user clicks

2010-04-19 Thread yilativs
Hi, I want to unit test what happens when user clicks on button in GWT 2.0 Button has click method but calling it click handlers do not run. Is there any way to simulate user clicks in UI? Regards, Vitaliy S -- You received this message because you are subscribed to the Google Groups Google

New GWT event system performance problems during onMouseMove

2009-09-22 Thread yilativs
Hello, I faced performance problems when I tried to migrate my application to new GWT event system for onMouseMove events. my application uses onMouseMove for dragNdrop and the performance dramatically reduced after migration. The problems I see as a reason are: before we had public void

How to get a width of a column in a FlexTable?

2008-12-12 Thread yilativs
Hello, How to get a width of a column in a FlexTable? Regards. Vitaliy S --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: why DOM.eventGetCurrentEvent().getButton() always returns 1 during MouseMove on FireFox?

2008-12-10 Thread yilativs
I opened a bug for this issue http://code.google.com/p/google-web-toolkit/issues/detail?id=3185 if you face similar problem please STAR the bug. By placing a STAR in issue tracker you make google developers consider the problem. On Dec 9, 11:58 pm, yilativs [EMAIL PROTECTED] wrote: Hello

why DOM.eventGetCurrentEvent().getButton() always returns 1 during MouseMove on FireFox?

2008-12-09 Thread yilativs
Hello, Does anybody know why DOM.eventGetCurrentEvent().getButton() always returns 1 during MouseMove on FireFox. Works fine on IE. Regards Vitaliy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

DOM.setStyleAttribute questions

2008-11-28 Thread yilativs
Recently I've found out that DOM.setStyleAttribute as well as getElement().getStyle() do not work for valid properties. At first I thought that it doesn't work at all but lately I found out that there are very few properties for which it works: Image image = new Image(images/someimage.gif);