Opened 14 years ago
Closed 14 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:
- This is the editor source:
<p> This is <a href="aaa">some </a><strong>sample text</strong>.</p>
- 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 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:3 Changed 14 years ago by
Keywords: | IE added |
---|---|
Milestone: | → CKEditor 3.5.1 |
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed on trunk.
Suppose to be fixed by #6665.