Hi,
I was testing something in our application and i ran into an error. So i checked if it was also present outside our application, in one of the go examples and it is. Here is a screenshot:
It happened after reshaping the link. Most of the times the bug will not occur, but after several reshapings the error is thrown.
fh.prototype.doActivate = function() {
var a = this.g;
if (null !== a && (this.Yb = this.findToolHandleAt(a.vc.da, this.name), null !== this.Yb)) {
var b = this.Yb.T.Mh;
if (b instanceof W) {
this.bx = b;
a.Ge = !0;
this.Wb(this.name);
if (b.jt && .5 === this.Yb.Dw) {
var c = b.points.copy(),
d = this.Yb.mb(Ib);
c.Zd(this.Yb.Pf + 1, d);
b.dc && c.Zd(this.Yb.Pf + 1, d);
b.points = c;
b.$d();
this.Yb = this.findToolHandleAt(a.vc.da, this.name)
}
this.RB = b.l(this.Yb.Pf); // This is the line that causes the error
this.ny = b.points.copy();
this.oa = !0
}
}
};
Tim.
Ps: Is there a particular way to report bugs or do we have to post them here on the forum?