|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15891) Dependency Arrows a... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)
- [JIRA] (JENKINS-15891) Dependency arr... [email protected] (JIRA)

I have the same issues, I added the jquery-ui plugin and the console outputs the following related to the dep graph,
Uncaught TypeError: Cannot read property 'left' of null jquery.jsPlumb-1.3.9-all-min.js:1
ax jquery.jsPlumb-1.3.9-all-min.js:1
ad jquery.jsPlumb-1.3.9-all-min.js:1
connect jquery.jsPlumb-1.3.9-all-min.js:1
(anonymous function) jsPlumb_depview.js:90
e.extend.each jquery.min.js:2
(anonymous function) jsPlumb_depview.js:84
o jquery.min.js:2
p.fireWith jquery.min.js:2
w jquery.min.js:4
d jquery.min.js:4
The offending line being,
var bA = ah[this.sourceId], bz = ae[this.sourceId], bv = ah[this.targetId]...bJ = this.endpoints[0].anchor.compute({xy: [bA.left, bA.top]
this.sourceId and this.targetId are undefined.