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

Hyphenation in safari #100

Open
tabuna opened this issue Jul 30, 2019 · 1 comment
Open

Hyphenation in safari #100

tabuna opened this issue Jul 30, 2019 · 1 comment
Labels

Comments

@tabuna
Copy link

tabuna commented Jul 30, 2019

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
Copy link
Owner

kazzkiq commented Aug 1, 2019

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 kazzkiq added the bug label Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants