Opened 15 years ago

Closed 15 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>".

Find this issue on GitHub

Change History (5)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.3

Changed 15 years ago by Minh Nguyen

Attachment: 5228.patch added

comment:2 Changed 15 years ago by Minh Nguyen

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

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

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Minh Nguyen

Resolution: fixed
Status: assignedclosed

Fixed with [5217].

Find this issue on GitHub
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