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
Expected: Cursor moves down one line after every enter, ending on the third line.
Actual: Cursor stays in place.
If you click into the editor after the typing, the cursor will jump to the correct position. Also, editor.getDelta() does yield the correct delta. Unfortunately this makes it pretty tough to automate this in webdriver.
The text was updated successfully, but these errors were encountered:
Expected: Cursor moves down one line after every enter, ending on the third line.
Actual: Cursor stays in place.
If you click into the editor after the typing, the cursor will jump to the correct position. Also, editor.getDelta() does yield the correct delta. Unfortunately this makes it pretty tough to automate this in webdriver.
The text was updated successfully, but these errors were encountered: