-
9 Apr 2013 9:00 AM #1
[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
-
9 Apr 2013 9:22 AM #2
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-9421
in
4.2.1.744.


Reply With Quote