CodeFlask icon indicating copy to clipboard operation
CodeFlask copied to clipboard

Hyphenation in safari

Open tabuna opened this issue 6 years ago • 1 comments

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>

tabuna avatar Jul 30 '19 18:07 tabuna

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.

kazzkiq avatar Aug 01 '19 13:08 kazzkiq