Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-10363

Livetable doesn't show values due to a javascript error

    XMLWordPrintable

Details

    • Unknown

    Description

      This line in the livetable.js file:

      this.matchingTags = Object.toJSON(matchingTags || {}).toLowerCase().evalJSON();
      

      crashes with this error:

      RangeError: Maximum call stack size exceeded

      Due to this error, the javastript function finished with an error and the values aren't showed.

      I debugged this issue and I found that Object.toJSON fails. It fails on Firefox and Chrome.

      Attachments

        Activity

          People

            mflorea Marius Dumitru Florea
            demonccc Claudio César Sánchez Tejeda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: