3 Dec
2012
3 Dec
'12
5:02 a.m.
On Mon, 2012-11-26 at 16:30 -0500, Martin Owens wrote:
I'm trying to understand knots, I've introduced a bug with my changes that mean knots are created correctly, but then don't disapear when the focus changes. I can't find enough information about their internal operation to know if they handle this internally or if I should be implementing a LEAVE case in the item handle (which the code never had before, so how did it work before?)
Replying to myself for the archive:
Turns out the connector code tracks all the knots it makes manually. It used to use a complex structure, but that was no longer required and so removed. Replacing it with a simpler structure solved the problem completely.
Martin,