Artiweb > Pull Request #3140

Fix highlighting of selected terms #3140

Github

Description

After #3129, this was broken. Clearing all highlights also removes the assocation to the stored tags (defaultHighlight / additionalJavaHighlight), so they have to be added again.

Bug description

When hovering the mouse over terms in the sequent view on closed nodes (inner nodes in the proof tree or closed goals), these terms are not highlighted anymore. However, the tooltips for the corresponding terms are still shown correctly, which means that the highlights are just not painted.

Expected behavior

The marked terms should be shown highlighted, in particular the active statement in the modality should have a darker color.

Artifacts