misbehave icon indicating copy to clipboard operation
misbehave copied to clipboard

Add IDE-like text entry to HTML contenteditable tags

Results 4 misbehave issues
Sort by recently updated
recently updated
newest added

Pressing newline / enter when using it in Firefox (Chrome works fine) does not actually create a newline

When I paste the contents of code into a misbehave component the resulting code is displayed in single line instead of many lines the code was copied from. Is there...

![xjgje1t1da8k_2017-11-28_16-23-33](https://user-images.githubusercontent.com/4752973/33345400-41dd1fae-d45a-11e7-93cd-b1111a867037.gif) My keypresses in this .gif are: Enter Key -> A -> Backspace -> Enter Key Issue seems to exist in latest Chrome, but seems fine in latest Firefox. Haven't...

bug
help wanted

Hello, is there a way to prevent default behaviour on key press? I'm trying to use your lib to build a [javascript in-browser console](https://github.com/htmlacademy/console.js). Currently i've stuck on problem with...