Select text in each editor, then click Bold. Left: selection is lost (nothing happens). Right: onmousedown="event.preventDefault()" keeps the selection.
Select text and use toolbar buttons or keyboard shortcuts (Ctrl+B, Ctrl+I, Ctrl+U). Active buttons update as you move the cursor. Content auto-saves to localStorage after 1.5s.
Copy some styled text from a website or document, then paste into both editors. Left keeps all HTML. Right strips to plain text.
Select text in the editor, then use the buttons below. These use window.getSelection() and Range.surroundContents() — no execCommand needed.