Hi There,
I just discovered the possibility of using a transparent group borders which I really like since the grouping is only shown when needed:
I see the text but no border - less clutter, clearer flow.
Now seeing this, I naturally move the mouse cursor to the group title but nothing happens. Only if I cross over the border is the group border shown.
Hence my request: show the group board when the cursor is moved over the group title.
EDIT: unfortunately this is non-trivially doable since the highlight is done using CSS pointerEvents which - AFAIK - aren't triggerable via jQuery. The group label would need an on('mouse{over|out}',...)
somewhere here and that could trigger some jQuery magic ...