Chart - MvcResourceHandler.axd error when zooming on a small area twice

I have a chart on my page (Html.Syncfusion().Chart) and it works fine with zooming in general, but if I zoom on a very small area, and then again I zoom on a very small area it gives me this javascript error in IE :

Message: Syntax error, unrecognized expression: [object HTMLDivElement] #Restriction
Line: 1688
Char: 13
Code: 0
URI: http://localhost:61693/MvcResourceHandler.axd?k=js&r=['1621398866']&minify=False

I put in the browser the url  http://localhost:61693/MvcResourceHandler.axd?k=js&r=['1621398866']&minify=False and I saw that at line 1688 is this line of code:
  $(this.get_element() + ' #Restriction').remove();

in function _RestrictedInfo: function (XZoomFactor, YZoomFactor) 


1 Reply

VA Vinothkumar Arumugam Syncfusion Team April 29, 2015 09:35 AM UTC

Hi Raluca,

Sorry for the inconvenience caused, we are able to reproduce the issue “unrecognized expression: [object HTMLDivElement] error thrown when zooming on a small area twice” and we have logged a defect report on this. We will fix this and the fix will be available at our Essential Studio 2015 Volume 2 release which is expected end of June 2015.

Please let us know if you have any concerns.

Thanks,
Vinothkumar A



Loader.
Up arrow icon