You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i enter a text (press a key a long time for example), still in edit mode, select all the text using SHIFT+HOME or SHIFT+END, and press the "Delete" or "Supression" key, the text is still present but the cursor is set at the begining of the textbox (is i press again a key, the text is cleared).
The behavior is correct if i use CTRL+A instead of SHIFT+HOME.
It looks like the text object is not marked as dirty after a delete using this selection keys
Hi,
If i enter a text (press a key a long time for example), still in edit mode, select all the text using SHIFT+HOME or SHIFT+END, and press the "Delete" or "Supression" key, the text is still present but the cursor is set at the begining of the textbox (is i press again a key, the text is cleared).
The behavior is correct if i use CTRL+A instead of SHIFT+HOME.
It looks like the text object is not marked as dirty after a delete using this selection keys
http://jsfiddle.net/Rad1calDreamer/3ztLxtct/6/
The text was updated successfully, but these errors were encountered: