Re: GWTDatePicker problem

2009-07-30 Thread Sumit Chandel
Hi Joakim, I believe the reason why the Calendar pops up when you try to enter a date to the DatePicker is because of the fact that it has a ValueChangeHandler added to it that fires when the a new date is entered. A potential solution would be to create your own subclass of the ValueChangeHandler

GWTDatePicker problem

2009-07-28 Thread Joakim Sjöberg
Hello! I have run across a problem using WebDriver for automatic testing of our GWT application. On certain fields we are using the GWT DatePicker, and now when I am auto scripting in WebDriver I can´t add a date to that field since its keep popping up a Calendar. Is there anyone who have