Version:
v8.2p_2012-05-09/PowerEdition Deployment 2012-05-09. Also failing in SNAPSHOT_v8.3d_2012-08-29/PowerEdition Deployment 2012-08-29
Browser:
IE 8 and 9
We're seeing a problem that appears only in Internet Explorer 8 and 9. We have a DynamicForm that shows fine in Firefox but shows only the field titles and no values in Internet Explorer 8 and 9.
I've looked in the server log and have found no indication of problem. On the client side, I do see a problem, the DynamicForm instance shows that it contains only the the first field's value, though it does have the complete field list. To see that, I'm looking in the SmartClient Console and asking to evaluate the .values and .fields javascript. When in Firefox, the complete list of values does appear.
Here are the results in IE9:
Evaluator: result of 'isc_DynamicForm_10.fields...' (14ms):
[Obj{name:IDES}, Obj{name:CountIDES}, Obj{name:DIVNAM}, Obj{name:CountICNCPT}, Obj{name:CNCPTNAM}, Obj{name:CountIDIV}, Obj{name:DPTNAM}, Obj{name:CountIDPT}, Obj{name:SBDNAM}, Obj{name:CountISBD}, Obj{name:CLSNAM}, Obj{name:CountICLS}, Obj{name:VENNAM}, Obj{name:IVST}, Obj{name:CountIVST}, Obj{name:CLRNAM}, Obj{name:CountICLR}, Obj{name:SIZNAM}, Obj{name:CountISIZ}, Obj{name:ISKU}, Obj{name:CountISKU}, Obj{name:CGPNAM}, Obj{name:CountICGP}, Obj{name:ISDS}, Obj{name:ISBN}, Obj{name:IGTIN}, Obj{name:isc_SpacerItem_0}, Obj{name:IATT01}, Obj{name:IATT02}, Obj{name:IATT03}, Obj{name:IATT04}
]
Evaluator: result of 'isc_DynamicForm_10.values...' (16ms):
{IDES: "TEST 328 DESC"}
The form is attached to a ValuesManager and is added to a Canvas that's inside of a SectionStack. Initially, even the known field value comes up missing. However, I find that if I drag a side of the SectionStack to alter its size, that one field's value does appear. However, the remaining field values remain empty, showing only the field title.
Any thoughts as to what's happening?
Thanks,
Larry
v8.2p_2012-05-09/PowerEdition Deployment 2012-05-09. Also failing in SNAPSHOT_v8.3d_2012-08-29/PowerEdition Deployment 2012-08-29
Browser:
IE 8 and 9
We're seeing a problem that appears only in Internet Explorer 8 and 9. We have a DynamicForm that shows fine in Firefox but shows only the field titles and no values in Internet Explorer 8 and 9.
I've looked in the server log and have found no indication of problem. On the client side, I do see a problem, the DynamicForm instance shows that it contains only the the first field's value, though it does have the complete field list. To see that, I'm looking in the SmartClient Console and asking to evaluate the .values and .fields javascript. When in Firefox, the complete list of values does appear.
Here are the results in IE9:
Evaluator: result of 'isc_DynamicForm_10.fields...' (14ms):
[Obj{name:IDES}, Obj{name:CountIDES}, Obj{name:DIVNAM}, Obj{name:CountICNCPT}, Obj{name:CNCPTNAM}, Obj{name:CountIDIV}, Obj{name:DPTNAM}, Obj{name:CountIDPT}, Obj{name:SBDNAM}, Obj{name:CountISBD}, Obj{name:CLSNAM}, Obj{name:CountICLS}, Obj{name:VENNAM}, Obj{name:IVST}, Obj{name:CountIVST}, Obj{name:CLRNAM}, Obj{name:CountICLR}, Obj{name:SIZNAM}, Obj{name:CountISIZ}, Obj{name:ISKU}, Obj{name:CountISKU}, Obj{name:CGPNAM}, Obj{name:CountICGP}, Obj{name:ISDS}, Obj{name:ISBN}, Obj{name:IGTIN}, Obj{name:isc_SpacerItem_0}, Obj{name:IATT01}, Obj{name:IATT02}, Obj{name:IATT03}, Obj{name:IATT04}
]
Evaluator: result of 'isc_DynamicForm_10.values...' (16ms):
{IDES: "TEST 328 DESC"}
The form is attached to a ValuesManager and is added to a Canvas that's inside of a SectionStack. Initially, even the known field value comes up missing. However, I find that if I drag a side of the SectionStack to alter its size, that one field's value does appear. However, the remaining field values remain empty, showing only the field title.
Any thoughts as to what's happening?
Thanks,
Larry
Comment