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
While writting in editor, the saving process has an impact on the focus.
Two reports in one cause not the same issue in Firefox and in chrome.
To Reproduce
in Firefox 77.0.1 (64 bits) linux mint :
add two lines of texts
click outside the editor to focus on main page
click back in the editor and suppress some characters in the second line
the cursors jumps to start of line
No exception in console.
in Chrome 83.0.4103.97 (Build officiel) (64 bits) linux mint :
write something
wait for end of save operation
type something, nothing happen cause the editor lost focus
there is an exception in console (see below)
I couldn't reproduce this in a new section other than the ones I created for my story in the first place. @robindemourat I can give you access to my story if needed.
The exception displayed when bug in chrome :
bundle.js:1 Uncaught TypeError: Cannot read property 'getIn' of undefined
at e.exports (bundle.js:1)
at e.exports (bundle.js:1)
at e.exports (bundle.js:1)
at e.exports (bundle.js:1)
at bundle.js:1
at Ls (bundle.js:1)
at unstable_flushControlled (bundle.js:1)
at bundle.js:1
at Object.<anonymous> (bundle.js:1)
at f (bundle.js:1)
Expected behavior
Cursor an focus should be stable.
The text was updated successfully, but these errors were encountered:
Describe the bug
While writting in editor, the saving process has an impact on the focus.
Two reports in one cause not the same issue in Firefox and in chrome.
To Reproduce
in Firefox 77.0.1 (64 bits) linux mint :
No exception in console.
in Chrome 83.0.4103.97 (Build officiel) (64 bits) linux mint :
I couldn't reproduce this in a new section other than the ones I created for my story in the first place.
@robindemourat I can give you access to my story if needed.
The exception displayed when bug in chrome :
Expected behavior
Cursor an focus should be stable.
The text was updated successfully, but these errors were encountered: