BUG: Case sensitive text replacement is happening even when it is NOT Checked
-
BUG: When HTML is present in the Replacement Text with Mixed case Text, Case sensitive text replacement is ALWAYS happening even though it is NOT Checked.
Page content contains following text:
<strong>bold text into link</strong>
Text replacement expansion definition is as below:
<strong>Bold Text into Link</strong> => <a href='https://example.com/example-page/'>Bold Text into Link</a>
Case sensitive text replacement?
is Unckecked.Result is that it does not work unless the Text replacement expansion definition is changed as below so that the case matches.
<strong>bold text into link</strong> => <a href='https://example.com/example-page/'>Bold Text into Link</a>
This is a BUG because
Case sensitive text replacement?
is Unckecked.Any ETA on a Fix?
- The topic ‘BUG: Case sensitive text replacement is happening even when it is NOT Checked’ is closed to new replies.