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
click between the letter m and the letter p -- your caret will be placed there
hold Shift and press Right-Arrow -- you'll get text selection of the letter p
hold Shift and press Left-Arrow a few times
Expected: Text selection should become (empty) again, shrinking in the direction against the direction of expansion. After becoming empty, additional presses should select the text to the left of the caret - m, then am, then xam
Actual (bug) - in iOS: Text selection expands to the left, becoming a selection of mp. Pressing Shift+Left more keeps expanding selection to the left -- amp, xamp.
Actual (bug) - in Windows: Text selection shrinks correctly at first to (nothing), then expands once to the left, but then shrinks again (moving caret left). I see the selection becoming, in order: , m, , `a`, , x.
This bug does not happen in the normal web version of the Froala WYSIWYG editor -- compare https://froala.com/wysiwyg-editor/demo/
This bug looks similar/identical to previous bugs reported for prime Froala:
This bug happens with all recent versions of
react-froala-wysiwyg
, including the most recent version 4.2.2, on Chrome.To reproduce:
example
m
and the letterp
-- your caret will be placed therep
Expected: Text selection should become
(empty) again, shrinking in the direction against the direction of expansion. After becoming empty, additional presses should select the text to the left of the caret -
m
, thenam
, thenxam
Actual (bug) - in iOS: Text selection expands to the left, becoming a selection of
mp
. Pressing Shift+Left more keeps expanding selection to the left --amp
,xamp
.Actual (bug) - in Windows: Text selection shrinks correctly at first to
(nothing), then expands once to the left, but then shrinks again (moving caret left). I see the selection becoming, in order:
,
m
,, `a`,
,x
.This bug does not happen in the normal web version of the Froala WYSIWYG editor -- compare https://froala.com/wysiwyg-editor/demo/
This bug looks similar/identical to previous bugs reported for prime Froala:
froala/wysiwyg-editor#2740
froala/wysiwyg-editor#4669
The text was updated successfully, but these errors were encountered: