7 ms·
I can reproduce this behavior. Though I noticed that removing a newline with <Delete> does cause the asterisk to appear.
by cfj 5y ago
I can reproduce this behavior. Though I noticed that removing a newline with <Delete> does cause the asterisk to appear.
- justusthane 5y agoI can reproduce with an added twist: deleting a character using Del does not cause the asterisk to appear. However, if I move my mouse over the Notepad window after deleting a character using Del, then the asterisk appears. Mouseover appears to cause an update.
- anothermoron 5y agoI think that's because the update occurs when the caret actually move not on keypress. When removing a letter using delete the caret doesn't move, and when deleting a newline it does. Just like in the case of moving the caret using arrow keys after a delete updates the title, but if you're at the end of a line after the delete and use the right arrow key the title doesn't change because the caret never moved.