Uploaded image for project: 'Thesaurus'
  1. Thesaurus
  2. THES-91

[Thesaurus assistant] Filtered terms on synonym metadata should be displayed in italic

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.0.0
    • 2.0.0
    • None
    • 4.1 RC2

      When we filter results on a text matching with a synonym but not the label, the tree node should be displayed in italic.

      In the ThesaurusTreePanel.js, we go into the _filterPaths method, the matchSynonyms parameter is correct and we execute that code if necessary :

      if (matchSynonyms)
      {
          lastNode.set('cls', this.synonymCls);
      }

      Also, the class is defined into thesaurus.css and it seems to be fine.

      But, we I explore the DOM, I can't retrieve the synonym class applied to any HTML node.

            sprieul Simon Prieul (Inactive)
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: