Opened 15 years ago

Closed 15 years ago

#2948 closed Bug (fixed)

insertHtml() mangles links

Reported by: Frederico Caldeira Knabben Owned by: Martin Kou
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: 3.0 Beta
Keywords: Confirmed IE IBM Review+ Cc:

Description (last modified by Frederico Caldeira Knabben)

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.

Attachments (1)

2948.patch (1.8 KB) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Description: modified (diff)

comment:2 Changed 15 years ago by Garry Yao

Reduced to ie6 only, build-in innerHTML/pasteHtml bug, should be able to fix at element level.

comment:3 Changed 15 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

Changed 15 years ago by Martin Kou

Attachment: 2948.patch added

comment:4 Changed 15 years ago by Martin Kou

Keywords: Review? added

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:6 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [3168].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy