Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-27996

dependency graph viewer plugin gives gets NaN in jsplumb mode

      Jenkins version is 1.609, depgraph-view plugin version is 0.11. Several versions ago plugin worked. Something changed since and now I can see in firefox's console:

      Object { 0: <div#build-scripts-clone-ibd3-server-web.window.ui-droppable.ui-draggable>, length: 1, prevObject: Object, context: undefined } "0[object Object][object Object][object Object]" NaN
      

      -output from 97-th string of jsPlumb_depview.js

      and later jquery.jsPlumb-1.3.16-all-min.js throws:

      Unexpected value NaN parsing width attribute. 
      Unexpected value NaN parsing height attribute.
      

          [JENKINS-27996] dependency graph viewer plugin gives gets NaN in jsplumb mode

          More error info from chrome:

          Error: Invalid value for <svg> attribute width="NaN"
          Error: Invalid value for <svg> attribute height="NaN"
          Error: Invalid value for <path> attribute d="M NaN NaN C NaN NaN NaN NaN NaN NaN"
          Error: Invalid value for <path> attribute d="MNaN,NaN LNaN,NaN LNaN,NaN LNaN,NaN LNaN,NaN"
          

          Maxim Nikolaev added a comment - More error info from chrome: Error: Invalid value for <svg> attribute width= "NaN" Error: Invalid value for <svg> attribute height= "NaN" Error: Invalid value for <path> attribute d= "M NaN NaN C NaN NaN NaN NaN NaN NaN" Error: Invalid value for <path> attribute d= "MNaN,NaN LNaN,NaN LNaN,NaN LNaN,NaN LNaN,NaN"

            wolfs Stefan Wolf
            simno Maxim Nikolaev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: