-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with backwards selection around images #611
Comments
@szymonkups is already working on it. |
That's a great news actually! |
Related: https://github.com/ckeditor/ckeditor5-engine/issues/1156 ? Further comments concern not only FF. |
@szymonkups Can you refer to the issue which is supposed to close this one? |
Flickering from Case 2 should be now fixed by https://github.com/ckeditor/ckeditor5-image/issues/19. But still you'll be not able to select the whole content because selection lands in the nested editable, it is reported here: https://github.com/ckeditor/ckeditor5-image/issues/108. Looks like Case 1 needs more investigation as it might be a separate issue. I will report it in |
Feature: Introduced a selection post-fixer. Its role is to ensure that after all changes are applied the selection is placed in a correct position. Closes #1156. Closes #1176. Closes #1182. Closes ckeditor/ckeditor5-table#11. Closes ckeditor/ckeditor5-table#12. Closes ckeditor/ckeditor5-table#15. Closes ckeditor/ckeditor5#562. Closes ckeditor/ckeditor5#611.
I'm not sure if it's an engine or image issue, so posting it here. Browser is Google Chrome 61.
Case 1
before<image>after[]
).Expected:
Actual:
The selection collapses to the beginning of editable
Note: Forward selection works fine.
Case 2
before<image>after[]
)Expected:
Actual:
The image and the content flicker like possessed by a demon.
The text was updated successfully, but these errors were encountered: