Skip to content
Snippets Groups Projects
Commit 38e33925 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] base: settings view match on label.text

Before this commit, search was broken because containsLike was searching on
the innerHtml. (3dd93ed1)

Settings use _wordHighlighter to change the background of the matching text
into the label, so the label was not only text, but html.

<label><span class="highlighter">Mul</span>ti-company</label>
    : looking for (mul)

After this commit, the match is based on the text content and not on the html.
parent a8230853
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment