[gwt-contrib] Re: DateBox (DatePicker) still allows user to choose disabled dates with mouse click (issue1885803)

2013-01-28 Thread t . broyer
According to http://code.google.com/p/google-web-toolkit/issues/detail?id=7919 it worked the way you describe in GWT 2.4 so let's go ahead and fix this. Apparently the regression was introduced in https://code.google.com/p/google-web-toolkit/source/detail?r=11174 Daniel: how's 2.5.1 going? is it

[gwt-contrib] Re: DateBox (DatePicker) still allows user to choose disabled dates with mouse click (issue1885803)

2013-01-24 Thread t . broyer
Can you please make your patch from trunk/ rather than trunk/user/src/com/google/gwt/user/datepicker/client/ ? That said, there are other implications than just selecting from the calendar view: - what if I setValue() with a disabled date? (I mean, what should be the expected behavior) - what