yosinch / editing

document.execCommand in JavaScript for Blink
4 stars 6 forks source link

createLink: createLink should move phrasing tags in contents of A element to out side of A element #16

Closed yosinch closed 10 years ago

yosinch commented 10 years ago

Example from createLink.Caret.InteractiveAtFirst

before   <p contenteditable><a><b>|abcd</b></a></p>
expected <p contenteditable><a><b><a href="URL">^URL|</a>abcd</b></a></p>
actual   <p contenteditable><a href="URL"><b>^URL|abcd</b></a></p>

Affected tests:

yosinch commented 10 years ago

Fixed by https://github.com/yosin-chromium/editing/commit/07f59523181a93971d5a5407c97331141a35e9c7