kazzkiq / CodeFlask

A micro code-editor for awesome web pages.
https://kazzkiq.github.io/CodeFlask/
MIT License
1.08k stars 121 forks source link

Hyphenation in safari #100

Open tabuna opened 5 years ago

tabuna commented 5 years ago

If I insert a raw line of long-sized code, then editing becomes impossible.

Снимок экрана 2019-07-30 в 21 42 09

Снимок экрана 2019-07-30 в 21 43 46

example code:

<script type="text/javascript">
     (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
     ga('create', 'UA-1111111111-1’, 'auto');
     ga('require', 'ecommerce');
     ga('require', 'displayfeatures');
     ga('send', 'pageview');
</script>
kazzkiq commented 5 years ago

Looks like a bug restricted to Safari. Chrome and FF worked flawlessly. Probably something with the white-space or line-break properties. Will dig into it.