Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha Premium Member
    Join Date
    Sep 2011
    Posts
    80
    Vote Rating
    0
    iadded is on a distinguished road

      0  

    Default 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

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,754
    Vote Rating
    113
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Thanks for reporting.

    I will move this thread to the bugs forum so we can take a look at it.

  3. #3
    Sencha Premium Member
    Join Date
    Sep 2011
    Posts
    80
    Vote Rating
    0
    iadded is on a distinguished road

      0  

    Default


    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

  4. #4
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,754
    Vote Rating
    113
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    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)

  5. #5
    Sencha Premium Member
    Join Date
    Sep 2011
    Posts
    80
    Vote Rating
    0
    iadded is on a distinguished road

      0  

    Default


    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.

  6. #6
    Ext GWT Premium Member
    Join Date
    Feb 2011
    Posts
    131
    Vote Rating
    0
    bluemartini is on a distinguished road

      0  

    Default


    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?