Opened 14 years ago
Closed 14 years ago
#6805 closed Bug (worksforme)
Links get urlescaped on copy paste
Reported by: | Matti Järvinen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | |
Keywords: | Cc: | matti.jarvinen@… |
Description
Links get urlescaped on copy paste
1. Enter following into CKEditor source view:
<p> This is some <strong>sample text</strong>. You are using <a href="[url|FILE|28]">CMS links</a>.</p>
2. Copy in WYSIWYG mode.
3. Paste into editor
Copied content transforms into following
<p> This is some <strong>sample text</strong>. You are using <a href="%5Burl%7CFILE%7C28%5D">CMS links</a>.</p>
Tested on nightly 6182
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5 (SVN - 3.5.x) |
comment:3 Changed 14 years ago by
Component: | General → Core : Pasting |
---|
comment:4 Changed 14 years ago by
Cc: | matti.jarvinen@… added |
---|---|
Resolution: | → worksforme |
Status: | confirmed → closed |
Now seems to work with svn revision 6767 on FF4, FF3.6.1.16, IE8, IE9 and Opera 11.10
Changes affecting this are unknown to me.
Tested with FF 3.6.12
Chrome 8.0552.215, messes "relative" url too, but [] are left unescaped | gets escaped. Result:
IE8 works as expected. Result:
IE8 compatibility mode Result: {{{<p>