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
fix(tests): stabilize webkit keyboard handler tests with programmatic cursor positioning (#2746)
ArrowUp in WebKit (especially Linux) can position the cursor incorrectly
when crossing blocks with different indentation levels, causing Delete/
Backspace tests to fail intermittently. Replace unreliable keyboard
navigation (ArrowUp, Control+ArrowLeft, ControlOrMeta+ArrowLeft/Right)
with programmatic cursor positioning via BlockNote's
setTextCursorPosition API.
0 commit comments