Version:v10.1p_2016-02-17/Pro ....." after Update from v.10.0 from 2015-06-16
Browsers: Google chrome Version 48.0.2564.109 m / Tablet Browser OS Android 5.1.1(Sony) / smartphone Samsung, Browser OS Android
Description: when I select an item from a date field I am able to select a value from a list wich is displayed in a second view BUT I am never able ti select another item(). The app freezes. On my Desktop Brower I receive the WARNING: selectItem:isc_SelectItem_0[hourItem]:Unable to find container for 'separateValuesList'
DEMO CODE:
**************************************************************************
<!DOCTYPE html>
<html>
<head>
<title>Demo</title>
<script>isc_css3Mode = "on";</script>
<script>isc_spriting = "off";</script>
<script>var isomorphicDir="/smartclient10/isomorphic/";</script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Core.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Foundation.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Containers.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Grids.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Forms.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_DataBinding.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Calendar.js></script>
<script src="/smartclient10/isomorphic/skins/Enterprise/load_skin.js"></script>
<script type="text/javascript">
var _lang = (navigator.language || navigator.userLanguage);
Browser.isTablet = true;
</script>
</head>
<body>
<script type="text/javascript">
isc.VLayout.create({
//width: "70%",
autoSize : true,
autoDraw: true,
ID: "nacherfassLayout",
members: [
isc.DynamicForm.create({
ID:"editTimeForm",
autoDraw:false,
width: "100%",
numCols:1,
titleOrientation: "top",
align:"right",
titleAlign: "center",
fields:[ {startRow:true,name:"erfassZeit", title:"Zeit", height: 80, type: "time", useTextField: false, minuteIncrement: 5 , showSecondItem: false},
{startRow:true,name:"erfassTag", title:"Tag", type: "date", selectorFormat : "DMY", useTextField: false, showPickerIcon:false, width: 200, height: 70},
{startRow:true, name:"SpacerItem1", _constructor:"SpacerItem"},
{startRow:true, endRow: false,name:"SpacerItem11", _constructor:"SpacerItem"},
{name:"buchenButtonNacherfass", title:"o.k.", _constructor:"ButtonItem", startRow:false, width: 140}
]
})
]
});
</script>
</body>
</html>
Browsers: Google chrome Version 48.0.2564.109 m / Tablet Browser OS Android 5.1.1(Sony) / smartphone Samsung, Browser OS Android
Description: when I select an item from a date field I am able to select a value from a list wich is displayed in a second view BUT I am never able ti select another item(). The app freezes. On my Desktop Brower I receive the WARNING: selectItem:isc_SelectItem_0[hourItem]:Unable to find container for 'separateValuesList'
DEMO CODE:
**************************************************************************
<!DOCTYPE html>
<html>
<head>
<title>Demo</title>
<script>isc_css3Mode = "on";</script>
<script>isc_spriting = "off";</script>
<script>var isomorphicDir="/smartclient10/isomorphic/";</script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Core.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Foundation.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Containers.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Grids.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Forms.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_DataBinding.js></script>
<script src=/smartclient10/isomorphic/system/modules/ISC_Calendar.js></script>
<script src="/smartclient10/isomorphic/skins/Enterprise/load_skin.js"></script>
<script type="text/javascript">
var _lang = (navigator.language || navigator.userLanguage);
Browser.isTablet = true;
</script>
</head>
<body>
<script type="text/javascript">
isc.VLayout.create({
//width: "70%",
autoSize : true,
autoDraw: true,
ID: "nacherfassLayout",
members: [
isc.DynamicForm.create({
ID:"editTimeForm",
autoDraw:false,
width: "100%",
numCols:1,
titleOrientation: "top",
align:"right",
titleAlign: "center",
fields:[ {startRow:true,name:"erfassZeit", title:"Zeit", height: 80, type: "time", useTextField: false, minuteIncrement: 5 , showSecondItem: false},
{startRow:true,name:"erfassTag", title:"Tag", type: "date", selectorFormat : "DMY", useTextField: false, showPickerIcon:false, width: 200, height: 70},
{startRow:true, name:"SpacerItem1", _constructor:"SpacerItem"},
{startRow:true, endRow: false,name:"SpacerItem11", _constructor:"SpacerItem"},
{name:"buchenButtonNacherfass", title:"o.k.", _constructor:"ButtonItem", startRow:false, width: 140}
]
})
]
});
</script>
</body>
</html>
Comment