dear Readers,
a web application we created is running in our VM machines - but not in the control environment browsers.
after fighting with a few browsers, I gave up on IE 11.x - both regular desktop and VM server.
Firefox (v17) on the controlled environment did not open the attribute panel and debug session indicated the following error:
code 400, column 402, line 619, file name: http://js.arcgis.com/3.10/
unable to complete operation. geometry is not z-aware.
the same web app url fro VM machine's firefox v 31 does not report these issues.
Background info: editor tool from esri in js was used to create features and open attribute panel. using esri;'s help, we had modified the workflow to auto fill a few attributes using
MyFeatureLayer.on('before-apply-edits', function(edits){
edits.Field1 = myKnownVaule;
....
}
this attribute panel does not open for new features.
regards,
Ravi