JPlag icon indicating copy to clipboard operation
JPlag copied to clipboard

Add Tool Tip for Bread Crumbs in Comparison View

Open Kr0nox opened this issue 10 months ago • 5 comments

This PR adds tooltips in breadcrumps. In addition it adds an export of the start and end index of the tokenlist for each match. This change is backwards compatible with 5.0.0 and earlier. Tooltip in 5.1.0: grafik

Tooltip in 5.0.0: grafik


Moreover it includes a rework of the tooltip component. It now can grow outside of a container that has overflow set to hidden, auto or scroll

Fixes #1668

Kr0nox avatar Apr 18 '24 15:04 Kr0nox

~~There is still one bug that happens on smaller screens where the view becomes scrollable to the right. I will fix this before we merge this~~ fixed

Kr0nox avatar Apr 25 '24 10:04 Kr0nox

~~change token ranges to token indexes of matches~~ changed

Kr0nox avatar Apr 25 '24 11:04 Kr0nox

~~Another bug with the new tooltips is that when the match list is scrolled tooltips get displayed wrong~~ fixed

Kr0nox avatar Apr 25 '24 15:04 Kr0nox