-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Barrenderder Issue #11
Comments
Hi @smsaxena19 , Thanks. |
Hi, I am using Visual Studio 2013.Source is compiled properly in VS2013 and Thanks On Sun, Feb 23, 2014 at 2:16 PM, Adarsh Vikraman
*Best Regards | Shailendra Saxena| * |
Hi Shailendra, We are able to replicate the issues in IE browser versions below 9, but for higher version of IE,Chrome and Firefox its working fine. Please note that we have used jqPlot for the charts in the application which has browser compatibility issue with IE versions below 9. Please refer below link FYR : Thanks |
Hi Sharon, I am using IE version 10.But still the issue persist.Please advise. Regards On Tue, Feb 25, 2014 at 11:38 AM, Sharonsudhan [email protected]:
*Best Regards | Shailendra Saxena| * |
I'm getting the same exception with IE11. This exception occurs when _HomeLayout.cshtml executes @RenderBody(). The problem seems to be an invalid property of the parameter (d.jqplot) : (function(d){d.jqplot.BarRenderer=function(){d.jqplot.LineRenderer.call(this)}; So far, the only place I have seen jqPlot utilized is /Goal/Index/1. Are the script references for jqPlot necessary in _HomeLayout.cshtml and _PageLayout.cshtml? FWIW, I noticed that _Layout.cshtml has commented out the script tags for jqPlot, but not the link tag. My environment is Windows 7 Ultimate (64-bit), Visual Studio Pro 2013 Version 12.0.30110.00 Update 1, Internet Explorer Update Version 11.0.4. The exception occurs when Display intranet sites in Compatibility View is on or off. The exception occurs with Document Mode set to Edge or IE 10 |
This is a known issue on the some versions of IE, but it will work on Firefox and Chrome. We are using a JavaScript component jqPlot which is having browser compatibility issue with some versions of IE. |
Unhandled exception at line 57, column 14 in http://localhost:5002/Scripts/jqplot.barRenderer.min.js
0x800a138f - JavaScript runtime error: Unable to set property 'BarRenderer' of undefined or null reference
The text was updated successfully, but these errors were encountered: