Tab to an empty object in PowerPoint and press enter to edit it.
Type "line 1".
Press enter.
Read the current line.
Expected: NVDA should say "blank".
Actual: It says "line 1".
_getLineOffsets restricts offset so that it can't be greater than lines.length, but I wonder whether this should be lines.length + 1. However, this might break bullets; I'm not sure.
The text was updated successfully, but these errors were encountered:
Reported by jteh on 2013-08-05 05:46
Str:
Expected: NVDA should say "blank".
Actual: It says "line 1".
_getLineOffsets restricts offset so that it can't be greater than lines.length, but I wonder whether this should be lines.length + 1. However, this might break bullets; I'm not sure.
The text was updated successfully, but these errors were encountered: