Form a group node G from nodes a, b, and c (a, b, and c disappear from view; G appears).
Hide G so that it disappears.
Search for node a.
Currently, nothing will appear, unless the "include deleted nodes" option is selected, in which case a will appear; in no case does G appear.
In place of this behavior, it should be the case that G appears. To actually see a, the user would need to ungroup G (as if to see what's hiding inside it - including a).
For example:
G
from nodesa
,b
, andc
(a
,b
, andc
disappear from view;G
appears).G
so that it disappears.a
.Currently, nothing will appear, unless the "include deleted nodes" option is selected, in which case
a
will appear; in no case doesG
appear.In place of this behavior, it should be the case that
G
appears. To actually seea
, the user would need to ungroupG
(as if to see what's hiding inside it - includinga
).