Success! Looks like we've fixed this one. According to our records the fix was applied for EXTJSIV-9421 in 4.2.1.744.
  1. #1
    Sencha User
    Join Date
    Apr 2007
    Posts
    159
    Vote Rating
    0
    vladsch is on a distinguished road

      0  

    Default [4.2.0.663] DateField doesn't show the picker inside collapsed region

    [4.2.0.663] DateField doesn't show the picker inside collapsed region


    REQUIRED INFORMATION


    Ext version tested:
    • Ext 4.2.0 rev 669

    Browser versions tested against:
    • Chrome 26
    • IE10

    DOCTYPE tested against:
    • <!DOCTYPE html>

    Description:
    • If DateField is rendered in initialy collapsed border layout region then it is not show own picker after the region expanding

    Steps to reproduce the problem:
    • Open the following test case
    • Expand west region
    • Click on date field trigger

    The result that was expected:
    • Picker must be shown

    The result that occurs instead:
    • Picker is not shown

    Test Case:

    Code:
    <!DOCTYPE html>
    <html>
    <head>
        <title></title>    
        <script type="text/javascript" src="../../examples/shared/include-ext.js"></script>
        
    	<script type="text/javascript">
    		Ext.onReady(function () {
    			Ext.create("Ext.container.Viewport", {        
    				layout: "border",
    				items: [{						
    						labelWidth: 90,						
    						width: 225,
    						region: "west",
    						split: true,
    						items: [{						
    								xtype: "datefield",
    								anchor: "100%",
    								fieldLabel: "Datum"								
    							}
    						],
    						layout: "form",
    						collapsed: true,
    						collapsible: true,
    						title: "Suche"
    					}, {
    						region: "center"
    					}
    				]				
    			});
    	});
    	</script>
    </head>
    <body>
    </body>
    </html>


    HELPFUL INFORMATION

    Debugging already done:
    • none

    Possible fix:
    • not provided

    Additional CSS used:
    • only default ext-all.css

    Operating System:
    • Win 7
    Ext.NET - ASP.NET for Ext JS
    MVC and WebForms
    Examples | Twitter

  2. #2
    Sencha - Support Team slemmon's Avatar
    Join Date
    Mar 2009
    Location
    Boise, ID
    Posts
    2,257
    Vote Rating
    64
    slemmon is just really nice slemmon is just really nice slemmon is just really nice slemmon is just really nice slemmon is just really nice

      0  

    Default


    Thanks for the report! I have opened a bug in our bug tracker.