Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#6242 closed Bug (fixed)

IE: editing existing links not working correctly

Reported by: Wiktor Walc Owned by: Martin
Priority: Normal Milestone: CKEditor 3.5.1
Component: General Version: 3.0
Keywords: Cc:

Description

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.

Attachments (1)

6242.patch (548 bytes) - added by Martin 14 years ago.
Patch

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Wiktor Walc

Status: newconfirmed

comment:2 Changed 14 years ago by Martin

Owner: set to Martin
Status: confirmedassigned

Changed 14 years ago by Martin

Attachment: 6242.patch added

Patch

comment:3 Changed 14 years ago by Martin

Status: assignedreview

comment:4 Changed 13 years ago by Garry Yao

Status: reviewreview_passed

comment:5 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6293].

comment:6 Changed 13 years ago by Wiktor Walc

Milestone: CKEditor 3.6CKEditor 3.5.1
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