IE: editing existing links not working correctly
Start with the following link:
<a href="redirector.jspx?querystring=value">http://test.com</a>
When such a link is opened using the "Edit Link" option and without changing anything we click "Ok", it replaces the actual link (which is http://test.com) with the whole href value along with the domain name:
<a href="redirector.jspx?querystring=value">http://nightly.ckeditor.com/5858/_samples/redirector.jspx?querystring=value</a>
Confirmed in IE6/XP3. Also users reported that the same issue exists in IE7.
Change History (7)
Owner: |
set to Martin
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Milestone: |
CKEditor 3.6 →
CKEditor 3.5.1
|
Patch