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

Bug occurs when USING IME. #1861

Closed
marszhou opened this issue May 25, 2018 · 3 comments
Closed

Bug occurs when USING IME. #1861

marszhou opened this issue May 25, 2018 · 3 comments

Comments

@marszhou
Copy link

marszhou commented May 25, 2018

Thank you for your great job. I'm glad that Slate is a lot easier of using than Draft-Js.

I found this bug when I use Chinese IME on MacOSX (I consider that other language which is input by IME will also cause the same problem, not verified).

You can duplicate it by doing this:

ex:

  • Add 3 blocks, and every block contain some letters.
  • Then select multilines.
  • Then type a letter when Chinese IME is active.
  • Then press spacebar or return key, exception comes out.

Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

https://jsfiddle.net/fj9dvhom/1/

@tommoor
Copy link
Contributor

tommoor commented Jun 4, 2018

I've seen the same issue on Chrome 68 - I don't think this is exclusive to IME in any way:


image

@SmilinBrian
Copy link
Contributor

I think this is fixed by PR #2218

@ianstormtaylor
Copy link
Owner

Closing in favor of #2368, if you think this is unrelated let me know and we can reconsider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants