Menu

Wonkiness when collapsing an entity group with activated entity in signaling chart

Eric
2022-05-17
2022-06-10
  • Eric

    Eric - 2022-05-17

    There seems to be some wonkiness when you collapse a group that has activated entities in it. In the following test example below, collapsing the "charley" group results in the group's box not extending past the activation. If you collapse and expand it multiple times, additional artifacts start to show up on the bottom left of the image.

    a;
    "charley" [large=yes, fill.color=lgray] {
        b,c;
    };
    
    a->b:new message;
    b->c:trallala;
    activate c;
    c->b:response;
    deactivate c;
    b->a:completion;
    
     
    • Zoltán Turányi

      Hello Eric,

      Thanks, this is a bug, I will fix it in the near term.
      Which GUI do you use? What platform?

      Zoltan

       
  • Eric

    Eric - 2022-05-19

    Thanks for looking into it! The collapsing feature is super useful for explaining complex diagrams.

    I'm using the standard GUI on Windows.

     
    • Zoltán Turányi

      Thanks. "Near-term" may need to be understood a bit more flexibly, but I will take a look.

       
      • Zoltán Turányi

        Hi Erik,
        The upcoming 7.3.1 release will fix this, hopefully.
        Please note that we have moved to GitLab. You can open issues there in the future.
        Zoltan