GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 395 forks source link

<pre> switches writing direction #521

Open cyclaero opened 5 years ago

cyclaero commented 5 years ago

When I turn a paragraph having some content into a pre element, and then back delete a full stop at the end of the line, then the pre element switches the writing direction from left to right to right to left, however, the funny thing is that the text is still left aligned. I use Safari 12 on macOS for editing, is this a Safari issue or is this something which the ContentEditor does?

PS: I just checked it with the latest Firefox 64 on Windows, and here it happens as well.