You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah this is an unintended side effect of my workaround for https://bugs.webkit.org/show_bug.cgi?id=47806 . Now, thank me, for I just spent at least three hours blindly experimenting to find another workaround. I pushed something ( 3798a65 ) that seems to do the trick. If things continue this way, it'll soon be more efficient to dive into the webkit code and fix their bugs for them, rather than work around stuff on our side.
Hi Marijn, thanks for looking at this. Unfortunately now I'm seeing https://bugs.webkit.org/show_bug.cgi?id=23474 again, but only on my site, not in your demos. Investigating further...
\u200b chars are not removed if textWrapping is false.
To reproduce:
editor.mirror.setTextWrapping(false);
/\u200b/.test(editor.mirror.getCode()) // --> false
/\u200b/.test(editor.mirror.getCode()) // --> true
These chars break indentation.
The text was updated successfully, but these errors were encountered: