Bug #2160
Mis à jour par Matthieu Decorde il y a presque 8 ans
A) For some certain texts, words are not highlighted in editions.
The IDS of those words not highlighted contain characters that broke the CSS ID syntax rules (e.g " ", "(" and more)
B) For some Windows and Internet Explorer, words highlight does not work.
h3. Solution A1
Fix the the XMLw to XML-TXM step of import modules: in the XML2Ana class the word ID must be normalized.
h3. Solution A2
All pagers (but Doc import pager) were messing with the first word id when the page was cut using the number of words and was using the next word id instead of the word id that cuts the page.
h3. Solution B1
Update browser to version IE11 -> highlight should work
The IDS of those words not highlighted contain characters that broke the CSS ID syntax rules (e.g " ", "(" and more)
B) For some Windows and Internet Explorer, words highlight does not work.
h3. Solution A1
Fix the the XMLw to XML-TXM step of import modules: in the XML2Ana class the word ID must be normalized.
h3. Solution A2
All pagers (but Doc import pager) were messing with the first word id when the page was cut using the number of words and was using the next word id instead of the word id that cuts the page.
h3. Solution B1
Update browser to version IE11 -> highlight should work