-
7 Aug 2012 4:08 AM #1
GXT 3.0 - DatePicker Problems
GXT 3.0 - DatePicker Problems
Hi
I'm using gxt 3.0 and found a few major problems with the date picker.
I create a simple project and added a date picker in the entry point :
public void onModuleLoad() {
DatePicker dp = new DatePicker();
RootPanel.get().add(dp);
}
1. When moving between the month - the date value color is not correct (black and gray).
e.g. move from September to October - and all dates till the 6 are gray instead of black.
This happens all the time - when moving from one month to another - if in the first month the first 3 cells wheer gray - they will be gray in the next opened month as well.
Now i added a restriction on the max date ..
public void onModuleLoad() {
DatePicker dp = new DatePicker();
dp.setMaxDate(new Date());
RootPanel.get().add(dp);
}
The picker does not work correctly at whole.
Just run this small code to see. Same issue happens with min date.
Please let me know if i'm missing something
Thanks
Inbal
-
7 Aug 2012 5:06 AM #2
Thanks for reporting.
I will move this thread to the bugs forum so we can take a look at it.
-
7 Aug 2012 5:23 AM #3
Thanks
Will i get updated when this bug is fixed ?
It is a major bug (especially the date limits)0 - that we must fix for our product release
-
7 Aug 2012 7:01 AM #4
Yes this thread will be updated.
If this is a high priority issue for you, you might want to open a real support ticket in the ticket system (http://support.sencha.com)
-
7 Aug 2012 8:31 AM #5
Unfortunately - My experience so far ... I'm not receiving answers in the support system.
This forum is a great help - i get very fast answers - and there is a lot of information i can learn from.
Most of the time - i find the solutions for my problem in the forum.
I'm not sure if opening a ticket will make those bugs be solved faster.
-
14 Aug 2012 5:12 AM #6
iadded makes a very good point. We have had several tickets we have opened where the bugs can be demonstrated by Sencha's own provided examples. A number of these have been sitting there for weeks with no acknowledgement that it is a bug. We are in the process of releasing a product and the lack of response is hindering our release. Is there any way this process can be improved?
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote