Skip to content
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

[Android][Gboard] Track changes at the beginning of the block does not work #5638

Closed
pjasiun opened this issue Oct 21, 2019 · 1 comment · Fixed by ckeditor/ckeditor5-engine#1803
Assignees
Labels
type:bug This issue reports a buggy (incorrect) behavior.

Comments

@pjasiun
Copy link

pjasiun commented Oct 21, 2019

  1. Open track changes sample on android (turn on track changes mode).
  2. Put the selection at the beginning of the block
  3. Type "abc".

android

ckeditorerror.js:70 Uncaught CKEditorError: view-renderer-filler-was-lost: The inline filler node was lost. Read more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-view-renderer-filler-was-lost

    at Renderer._removeInlineFiller (webpack:///./packages/@ckeditor/ckeditor5-engine/src/view/renderer.js?:412:10)
    at Renderer.render (webpack:///./packages/@ckeditor/ckeditor5-engine/src/view/renderer.js?:205:9)
    at View._render (webpack:///./packages/@ckeditor/ckeditor5-engine/src/view/view.js?:704:18)
    at View.eval (webpack:///./packages/@ckeditor/ckeditor5-engine/src/view/view.js?:211:9)
    at View.fire (webpack:///./packages/@ckeditor/ckeditor5-utils/src/emittermixin.js?:218:30)
    at View.change (webpack:///./packages/@ckeditor/ckeditor5-engine/src/view/view.js?:503:10)
    at View.forceRender (webpack:///./packages/@ckeditor/ckeditor5-engine/src/view/view.js?:524:8)
    at MutationObserver._onMutations (webpack:///./packages/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js?:257:13)

It is regression, work fine on the build from iteration 26, does not work on the build from iteration 27.

Does not work on Gboard, works fine in SwiftKey Keyboard.

@pjasiun pjasiun added the type:bug This issue reports a buggy (incorrect) behavior. label Oct 21, 2019
@pjasiun
Copy link
Author

pjasiun commented Oct 21, 2019

This is because of ckeditor/ckeditor5-engine@c698683.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants