Bug: Special characters for the key term name prevent the definition from being replaced and instead they show default "Example Content." #10
Labels
bug
Something isn't working
Milestone
Todo: Need to figure out why the definition is not being replaced. I believe it's due to the camel casing of the definition id tag for these special characters. I believe that we would want to target this file
src/xblocks/xblock-keyterms/keyterms/static/js/src/keyterms.js
for a fix.Example 1 – Uppercase and Lowercase Characters
The
(IIoT)
has the lowercaseo
that follows two uppercaseII
.Entered in values for the key term
Rendering in the XBlock for Example 1
HTML Code for Example 1
Example 2 – Special characters (e.g.
/
)The
/
character for the key term is causing the issue.Entered in values for the key term
Rendering in the XBlock for Example 2
HTML Code for Example 2
The text was updated successfully, but these errors were encountered: