BALKANGraph / OrgChartJS

OrgChart JS is a simple, flexible and highly customizable organization chart plugin for presenting the structure of your organization and the relationships in an elegant way.
https://balkan.app/orgchartjs
247 stars 84 forks source link

Error when highlighting results with <mark> tag #840

Closed Sergi17138 closed 3 weeks ago

Sergi17138 commented 1 month ago

How to reproduce the bug that I have detected: If we have a node with the name: United Kindom

If in the search field you write Unit Ted

The tag to highlight the result appears written on the search result. The error with the searchUI is in the way you insert the mark tag in the args.first:

console.log (args.first); <mark>Uni<</mark>mark>ted</mark> Kindom

Captura

plamen-peshev commented 1 month ago

Thank you for reporting this issue to us, we have reproduced it in this Code demo

Will inform you when is fixed

plamen-peshev commented 1 month ago

We have fixed the issue in the latest version 8.14.41 Clear your browser cache and test this Code demo You can get the latest version from here

Sergi17138 commented 1 month ago

THANK YOU SO MUCH! @plamen-peshev