Steps to reproduce:
1. Run the sample with browser at max size
2. enter some values in the date field
3. Click on the browser's restore button. Notice the date value has disappeared.
I've tested this code in feature explorer in build from sept 22
1. Run the sample with browser at max size
2. enter some values in the date field
3. Click on the browser's restore button. Notice the date value has disappeared.
I've tested this code in feature explorer in build from sept 22
Code:
isc.VLayout.create({ID:"vLayout",name:"vLayout",title:" ",canHover:true,showResizeBar:false,height:"100%",width:"100%",members: [isc.HLayout.create({ID:"bannerLayout",name:"bannerLayout",styleName:"CwBanner",title:" ",canHover:true,showResizeBar:false,height:1,width:"100%",members: []}),isc.HLayout.create({ID:"mLayout",name:"mLayout",styleName:"button",title:" ",canHover:true,showResizeBar:false,height:1,width:"100%",members: [isc.VLayout.create({members: [],showResizeBar:false,ID:"menu",title:" ",width:"100%"}),isc.DynamicForm.create({ID:"HelpImage$gridWrap",titleSuffix:" ",titlePrefix:"",autoFocus:false,titleOrientation:"top",numCols:1,rightTitlePrefix:"",requiredTitleSuffix:"*",requiredRightTitleSuffix:"*",requiredRightTitlePrefix:"",fields: []})]}),isc.VLayout.create({members: [],showResizeBar:false,ID:"context",title:" ",overflow:"visible",defaultWidth:1}),isc.VLayout.create({members: [isc.DynamicForm.create({ID:"DateField$gridWrap",titleSuffix:" ",titlePrefix:"",autoFocus:false,titleOrientation:"top",numCols:1,rightTitlePrefix:"",requiredTitleSuffix:"*",requiredRightTitleSuffix:"*",requiredRightTitlePrefix:"",fields: [{title:" ",showTitle:false,width:"100",colSpan:"1",ID:"DateField",name:"DateField",useTextField:true,textAlign:"left",_constructor:"DateItem"}]})],showResizeBar:false,ID:"content",title:" ",overflow:"auto",height:"100%",defaultWidth:1})]});
Comment