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

IE11 Soft Breaks not Working #1703

Closed
lucadegasperi opened this issue Mar 14, 2018 · 1 comment
Closed

IE11 Soft Breaks not Working #1703

lucadegasperi opened this issue Mar 14, 2018 · 1 comment

Comments

@lucadegasperi
Copy link

Do you want to request a feature or report a bug?

A BUG

What's the current behavior?

"slate": "0.33.0",
    "slate-html-serializer": "0.5.6",
    "slate-react": "0.12.0",
    "slate-soft-break": "0.6.0",
const plugins = [
    SoftBreak({
        shift: true
    })
];

Using the following packages when doing a shift + enter on the keyboard in IE, the cursor starts moving around and the next character I type on the keyboard makes the editor crash.

schermata 2018-03-14 alle 10 22 01

What's the expected behavior?

A soft break <br> should be inserted and everything should work normally.

If anyone can point me in the right direction on how to create a JS fiddle with slate-soft-break in it, I'll try my best to recreate the issue. Thank You!

@ianstormtaylor
Copy link
Owner

As of #3093 (which was just merged), I believe this issue is no longer applicable, because a lot has changed. I'm going through and closing out any potential issues that are not out of date with the overhaul. Thanks for understanding.

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