-
Bug
-
Resolution: Fixed
-
None
-
High
-
Removed whitespace tags' indices from the QA detection logic
-
Emptyshow more show less
Problem
Currently QA for whitespaces does not work correct. We have a lot of false positives. Reason for this seems to be, that deleted whitespaces are counted when TrackChanges is active.
Maybe this problem also exists for other elements in combination with TrackChanges.
See screenshot for example:
first whitespace is OK, second one was deleted and should not be counted.
Solution
Deleted whitespaces should not be counted when deleted, although they are still present for TrackChanges.