Perspective Text Area multiple new lines in a row weird behaviour

I notice that if I try press "Enter" twice in a row that the text are control seems to reject the second NewLine. In order to create 2 empty lines in a text are I have to press the Enter key 3 times. This seems weird, is it intentional? is there a way to not have this happen?

I just discovered this myself. It only appears to happen when I have rejectUpdatesWhileFocused unchecked.

Sure seems like a bug...

EDIT: Actually, even with rejectUpdatesWhileFocused checked, if the last character entered was a newline, then as soon as the text area loses focus, that newline gets clipped. Unless the loss of focus was due to using the TAB key instead of a mouse click.