Opened 13 years ago

Closed 13 years ago

#6953 closed Bug (fixed)

Relative links turn to absolute after copy & paste on IE7

Reported by: Matti Järvinen Owned by:
Priority: Normal Milestone: CKEditor 3.5.1
Component: Core : Pasting Version: 3.5.1
Keywords: IE Cc: satya_minnekanti@…

Description

Relative links turn to absolute after copy & paste on IE7

Steps to reproduce:

  1. This is the editor source:
    <p>
    	This is <a href="aaa">some </a><strong>sample text</strong>.</p>
    
  1. Copy in WYSIWYG mode paste it back into editor.

Result:

<p>
	This is <a href="http://nightly.ckeditor.com/6300/_samples/aaa">some </a><strong>sample text</strong>.</p>

Expected:

<p>
	This is <a href="aaa">some </a><strong>sample text</strong>.</p>

Tested against nightly revision 6300

Change History (3)

comment:1 Changed 13 years ago by Garry Yao

Status: newconfirmed

Suppose to be fixed by #6665.

comment:2 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:3 Changed 13 years ago by Garry Yao

Keywords: IE added
Milestone: CKEditor 3.5.1
Resolution: fixed
Status: confirmedclosed

Fixed on trunk.

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