Comment #2 on issue 424 by [email protected]: Unknown Javascript bug
http://code.google.com/p/v8/issues/detail?id=424

This is not V8 issue, but most probably plugin problem.
It is reproduced in both safari (e.g. 4.0.3) and chromium.

In jqplot.canvasAxisTickRenderer.min.js you will find the following lines  
of code:

if(a.browser.safari){
     var c=a.browser.version.split(".");
     if(c[0]>=528&&c[1]>=16){
     this._textRenderer=new a.jqplot.CanvasFontRenderer(d)}
  .....


I have checked that if you change "c[1]>=16" to "c[1]>=0", it will work  
fine for you
in both safari and chromium (and no js error appear).


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to