Keep inline filler also for non-collapsed selection in an active node #4352
Labels
domain:typing/ime
This issue reports a problem with standard typing & IME (typing method for CJK languages).
package:engine
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:improvement
This issue reports a possible enhancement of an existing feature.
Extracted from ckeditor/ckeditor5-engine#1355 (comment):
Inline filler is not removed from the active node (the one in which selection is) until selection is moved. It mainly prevents breaking composition. However, it is possible to extend selection during composition which causes inline filler to be removed breaking the composition sometimes.
We would like to have the same behaviour for collapsed and non-collapsed selection, so that inline filler is not removed as long as selection (or its' beginning or end) is inside active node. Also it will require adjusting
jumpOverInlineFiller()
for non-collapsed selection.The text was updated successfully, but these errors were encountered: