Opened 15 years ago

Last modified 14 years ago

#3428 confirmed Bug

Firefox : Href encoded when using paste dialog

Reported by: ambio Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: FCKeditor 2.6.4
Keywords: Cc:

Description

Hi,

When I use the paste button (and the paste dialog is showed) the href of my link is encoded. I don't want that! This problem occurs only in Firefox and not always. I tried this also on the latest build.

Can this be fixed?

Example:

<p><a href="xxxx(25)">my link</a></p> <p>&nbsp;</p> <p><a href="../xxxx%2825%29">my link</a></p>

The copy of my link resulted in an encoded href.

Change History (3)

comment:1 Changed 15 years ago by Artur Formella

Keywords: Pending added

Could you provide the original link?

comment:2 Changed 15 years ago by Artur Formella

Keywords: Confirmed added; Pending removed
Milestone: CKEditor 3.x
Priority: HighNormal

Confirmed. The following link:

<p><a href="xxxx(25)">my link</a></p> <p>&nbsp;</p>

is replaced with

<a href="http://dev.fckeditor.net/ticket/xxxx%2825%29">my link</a>

To reproduce try to add link to page HTML (i.e. using firebug)

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

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