SmartClient Version: SNAPSHOT_v12.1d_2019-05-27/AllModules Development Only (built 2019-05-27)
Safari on OSX
Hello, I've just noticed that disabled textItems have pale text (instead of dark text) in Safari (Stratus and Tahoe skins):
Safari on OSX
Hello, I've just noticed that disabled textItems have pale text (instead of dark text) in Safari (Stratus and Tahoe skins):
Code:
isc.DynamicForm.create({ ID: "form1", width: 620, disabled:true, colWidths: [190, "*"], fields: [ {name: "text", title:"Text", type:"text", defaultValue: "A plain text field"}, {name: "foo",title: "select", type: "select", defaultValue:"Option 1", valueMap: ["Option 1", "Option 2"]} ] });
Comment