jQuery UI Widgets Forums Chart .substring error after upgrade to 3.7.1

This topic contains 2 replies, has 2 voices, and was last updated by  Deane 10 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • Deane
    Participant

    I did a copy of all .js files on a project that was working great in version 3.5 and moved to the latest 3.7.1.

    In each place I am rendering a chart (line type mostly), I now get an error in jqxchart.core.js being “Object doesn’t support property or method ‘substring’

    var o=n.substring(0,1).toLowerCase()+n.substring(1);v

    I realize I have not included enough to duplicate the problem at this time. If nothing rings a bell as to something obvious I am missing in the move to 3.7.1 I can build a postable example, but thought I would start here.

    Thanks

    Deane


    Peter Stoev
    Keymaster

    Hi Deane,

    We are not aware of such issue regarding our Charting solution. Please, provide jsfiddle.net sample which illustrates your Chart issue.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    Deane
    Participant

    Thanks. After extracting and posting to a jsfiddler test case where it ended up working just fine, I slowly discovered a js incompatibility with one of our local js files included in the same page (some code that added the .find and .findindex function prototypes to the Array objects for ie 8).

    I am good.

    Deane

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.