Opened 14 years ago

Closed 14 years ago

#5228 closed Bug (fixed)

"Link" dialog incorrectly handles URLs that starts with '?'

Reported by: mike890 Owned by: Minh Nguyen
Priority: Normal Milestone: CKEditor 3.3
Component: General Version: 3.1
Keywords: Review+ Cc:

Description

The "Link" dialog incorrectly handles URLs that start with '?' and adds 'http://' in front of '?'. For example CKEditor converts ?myParam=xyz to http://?myParam=xyz

CKEditor should work in this case similar to URLs that starts with "/" and automatically set the protocol to "<other>".

Attachments (1)

5228.patch (679 bytes) - added by Minh Nguyen 14 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.3

Changed 14 years ago by Minh Nguyen

Attachment: 5228.patch added

comment:2 Changed 14 years ago by Minh Nguyen

Keywords: Review? added
Owner: set to Minh Nguyen
Status: newassigned

comment:3 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:4 Changed 14 years ago by Minh Nguyen

Resolution: fixed
Status: assignedclosed

Fixed with [5217].

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