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

Return error after font style change in IE11 #139

Closed
MikeGWem opened this issue Jun 7, 2014 · 1 comment
Closed

Return error after font style change in IE11 #139

MikeGWem opened this issue Jun 7, 2014 · 1 comment

Comments

@MikeGWem
Copy link

MikeGWem commented Jun 7, 2014

To reproduce: Enter a line of text (need not be long). select the last few characters and click the "Bold" button. Then click to set the cursor to the end of the line and press the "return" key.

the code fails at:
getChildNodes: function (parent) {
return _.map(parent.childNodes);
},
as parent is null

@jhchen jhchen added bug labels Jun 7, 2014
@jhchen
Copy link
Member

jhchen commented Jun 7, 2014

Great thanks for reporting. I was able to reproduce on IE11. Interestingly enough it does not appear to affect IE9/10.

@jhchen jhchen closed this as completed in 1091492 Jun 8, 2014
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

2 participants