Unable to get property 'applyLeftTransform' of undefined or null reference

854
2
05-24-2017 02:58 AM
Sai_AnandPeketi1
New Contributor III

Hello everyone,

                   Can anyone please tell me why this error occurs and how to resolve it. "Unable to get property 'applyLeftTransform' of undefined or null reference". Move existing geometry from the GIS application this error occurs in IE 11.

Thanks for the help

0 Kudos
2 Replies
thejuskambi
Occasional Contributor III

Can you share the code where you are getting the error?

Sai_AnandPeketi1
New Contributor III

Please Check this link for full code. Whenever to move the graphics it throws an error "Unable to get property 'applyLeftTransform' of undefined or null reference". Working fine in Chrome, but IE11 throws an error.

bufferGL.on("mouse-over", function(evt){
        clickHandler.pause();
        if (editingEnabled === false) {
          editingEnabled = true;
          editToolbar.activate(Edit.MOVE , evt.graphic);
        } else {
          editToolbar.deactivate();
          editingEnabled = false;
        }
      });

Thanks for help thejus kambi. 

0 Kudos