-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.2.0, 9.2.1, 9.2.2, 9.2.3, 9.2.4
-
Component/s: Editor - Core
-
1
-
Severity 3 - Minor
Issue Summary
Confluence's feature word count counts wrongly when an underscore(_) is used.
Steps to Reproduce
- Create a page
- Add a word, fg, 'test'
- Check word count, it's 1
- Append an underscore --> 'test_'
- Check word count, it's 0
Expected Results
Word count should still be 1.
Actual Results
Word count is 0.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available