Opening boundary tag removed on deleting the first character
b
brunoveilleux
started a topic
almost 2 years ago
When "Hide segment boundary tags" is off, hitting Delete on the first character in the string also deletes the opening tag(s). The same does not occur on pressing Backspace on the first character.
brunoveilleux
When "Hide segment boundary tags" is off, hitting Delete on the first character in the string also deletes the opening tag(s). The same does not occur on pressing Backspace on the first character.
Example:
<1>Hello<2>
Place cursor before "H" and press Backspace.
Result:
ello<2>
Expected result:
<1>ello<2>