Opened 17 years ago
Last modified 16 years ago
#2948 closed Bug
insertHtml() mangles links — at Version 1
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | 3.0 Beta |
Keywords: | Confirmed IE IBM Review+ | Cc: |
Description (last modified by )
Calling insertHTML for a relative URL, like <a href="/rel">example</a>
changes the URL to a full URL, like <a href="http://localhost/rel">example</a>
IE only. Ok in FF.