Hi Isomorphic,
please see this sample (v11.1p_2018-04-16) and change the code to:
Now in IE11/Win10, a click on the icon does not open the DateChooser. This is the error log in the developer console:
This is the exact IE11 Version:
This is an important one for me, as a customer reported it.
Best regards
Blama
please see this sample (v11.1p_2018-04-16) and change the code to:
Code:
isc.DynamicForm.create({ ID: "dateForm", width: 620, fixedColWidths: true, colWidths: [190, "*"], isGroup: true, groupTitle: "Date Controls", fields : [{ name: "dateItem2", title: "Date", hint: "<nobr>Direct date input</nobr>", editorType: "DateItem", useTextField: true, pickerIconSrc: "[SKINIMG]NavigationBar/miniNav_up.svg" }] });
Code:
Developer Console - error encountered when checking if server timings are switched on - assuming the 'areServerTimesTracked' and 'trackServerTimings' built-in RPCs are disallowed, will avoid tracking of server timing data 12:37:47.259:focusin8:WARN:nativeFocus:isc_SimpleTabButton_1:Button: Intercepting native focus from mouseDown on table cell and resetting to handle. 12:37:54.782:focusin1:WARN:nativeFocus:featureExplorer_exampleViewer_exampleSourcePane_sourceEditor_sourceEditorToolbar_tryItButton:Button: Intercepting native focus from mouseDown on table cell and resetting to handle. [B]12:39:36.709:WARN:Log:TypeError: Das Objekt unterstützt die Eigenschaft oder Methode "logWarn" nicht Stack from error.stack: unnamed()[/B]
This is the exact IE11 Version:
This is an important one for me, as a customer reported it.
Best regards
Blama
Comment