Hi Isomorphic,
please see this testcase (v11.1p_2018-09-18):
As you can see, the width are different here. This is happening in current Chromium on Desktop as well as on iOS 11.4.1 Safari.
Best regards
Blama
please see this testcase (v11.1p_2018-09-18):
Code:
isc.DynamicForm.create({ ID: "dateForm", width: 800, fixedColWidths: true, colWidths: [190, "*"], isGroup: true, groupTitle: "Date Controls", fields : [ { name: "dateItem1", title: "Date", hint: "<nobr>Direct date input</nobr>", editorType: "DateItem", useTextField: true, width:"100%" }, { name: "dateItem2", title: "Date", hint: "<nobr>Direct date input</nobr>", editorType: "DateItem", useTextField: true, width:"*" }, { name: "dateItem3", title: "Date", hint: "<nobr>Direct date input</nobr>", editorType: "DateItem", useTextField: true, browserInputType:"date", width:"100%" }, { name: "dateItem4", title: "Date", hint: "<nobr>Direct date input</nobr>", editorType: "DateItem", useTextField: true, browserInputType:"date", width:"*" } ] });
As you can see, the width are different here. This is happening in current Chromium on Desktop as well as on iOS 11.4.1 Safari.
Best regards
Blama
Comment