Probably bug in DatePicker - browser crash

  1. #1

    Probably bug in DatePicker - browser crash

    Hello,

    I am not sure, but probably this is a bug in datepicker. I have a code which working fine in 1.5, now I want to port this code to 2.0. I changed it according to your examples, but every time when I select date for 3rd picker, the last freezes the browser and it crashed. I tired it several times, but fount that when I try to enter the same date all is fine, but when I try to select different dates (especially in different months) it crashes the browser.

    Thanks,
    Alexander

                  <ext:DateField ID="StartTenderDate" runat="server" AllowBlank="false"  FieldLabel="Start of tendering" Vtype="daterange" AnchorHorizontal="95%" LabelAlign="Top">
                      <CustomConfig>
                          <ext:ConfigItem Name="endDateField" Value="EndTenderDate" Mode="Value"></ext:ConfigItem>
                      </CustomConfig>
                  </ext:DateField>
                  <ext:DateField ID="EndTenderDate" runat="server" AllowBlank="false" FieldLabel="End of tendering" Vtype="daterange" AnchorHorizontal="95%" LabelAlign="Top">
                      <CustomConfig>
                          <ext:ConfigItem Name="startDateField" Value="StartTenderDate" Mode="Value"></ext:ConfigItem>
                          <ext:ConfigItem Name="endDateField" Value="StartCollaboration" Mode="Value"></ext:ConfigItem>
                      </CustomConfig>
                  </ext:DateField>
                  <ext:DateField ID="StartCollaboration" runat="server" AllowBlank="false"  FieldLabel="Start of collaboration" Vtype="daterange" AnchorHorizontal="95%" LabelAlign="Top">
                      <CustomConfig>
                          <ext:ConfigItem Name="startDateField" Value="EndTenderDate" Mode="Value"></ext:ConfigItem>
                          <ext:ConfigItem Name="endDateField" Value="FinishCollaboration" Mode="Value"></ext:ConfigItem>
                      </CustomConfig>
                  </ext:DateField>
                  <ext:DateField ID="FinishCollaboration" runat="server" AllowBlank="false"  FieldLabel="End of collaboration (planned)" Vtype="daterange" AnchorHorizontal="95%" LabelAlign="Top">
                      <CustomConfig>
                          <ext:ConfigItem Name="startDateField" Value="StartCollaboration" Mode="Value"></ext:ConfigItem>
                      </CustomConfig>
                  </ext:DateField>
  2. #2
    I cannot reproduce the issue with latest code (v2.1)
  3. #3
    Hi Vladimir,

    Quote Originally Posted by Vladimir View Post
    I cannot reproduce the issue with latest code (v2.1)
    I thought that the latest available version is 2.0?

    http://www.ext.net/download/

    Thanks,
    Alexander
  4. #4
    Yes, latest public release is 2.0
    2.1 is available for SVN subscribers only, it will be released later
  5. #5

Similar Threads

  1. Replies: 1
    Last Post: Aug 10, 2012, 1:09 PM
  2. [CLOSED] IE9 Crash using Editir in Grid Panel
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 17, 2011, 7:42 AM
  3. Replies: 5
    Last Post: Sep 07, 2011, 8:11 PM
  4. Xscript causing Visual studio to crash
    By niteblade in forum 1.x Help
    Replies: 13
    Last Post: Aug 12, 2011, 8:36 AM
  5. [FIXED] [V0.5] VS 2008 Crash with 0.5
    By MrMp3 in forum Bugs
    Replies: 3
    Last Post: Jun 12, 2008, 9:48 PM

Tags for this Thread

Posting Permissions