[CLOSED] Browser crash with DatePicker

  1. #1

    [CLOSED] Browser crash with DatePicker

    Hello All,

    I already reported abut this problem but it was answer that the issue is working fine for 2.1

    http://forums.ext.net/showthread.php...-browser-crash

    I just downloaded the latest code from SVN and tried to to test again. Here is my code:

        <ext:ViewPort ID="ViewPort1" runat="server" Layout="Fit">
            <Items>
                <ext:TabPanel ID="tpMain" runat="server" Region="Center" Margins="0 0 4 0" EnableTabScroll="true">
                    <Items>
                        <ext:Panel ID="DashboardPanel" runat="server" Title="Dashboard" Icon="ApplicationForm" Border="false" Layout="AnchorLayout" Width="400">
                          <Items>
                            <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>
                          </Items>
                        </ext:Panel>                        
                    </Items>
                </ext:TabPanel>
            </Items>
        </ext:ViewPort>
    Unfortunately this issue is still exists. When I try to pick up the third date my browser hangs up. This is true for FF and IE. One of my colleagues tries to reproduce this and got the same results. Please give me an advise what is wrong with this code.

    Thanks,
    Alex
    Last edited by Daniil; Nov 28, 2012 at 3:03 PM. Reason: [CLOSED]
  2. #2
    Hello!

    Thank you for your report! We are investigating.
  3. #3
    Hi,

    The issue is also related to this one.
    http://forums.ext.net/showthread.php?21711

    We will try to get it all working.
  4. #4
    Vladimir has committed the fix to SVN. Please update and retest. Any feedback would be appreciated.

Similar Threads

  1. Probably bug in DatePicker - browser crash
    By Svr77 in forum 2.x Help
    Replies: 4
    Last Post: Nov 26, 2012, 11:20 AM
  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