Opened 12 years ago

Closed 12 years ago

#8963 closed Bug (expired)

Linking Bug

Reported by: vyren Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: 3.6.2
Keywords: Cc:

Description

I downloaded a copy of the editor and used on a client project of mine, i recently found out that if i add links using the link icon in the editor's GUI, is spoils the link. example if i am to add a link like this,

<a href"http://www.naijatechguide.com/2012/03/top-10-online-jobs-for-nigerians.html">http://www.naijatechguide.com/2012/03/top-10-online-jobs-for-nigerians.html</a>

when i submit the form, the link turns like this

<a href=\"http://www.naijatechguide.com/2012/03/top-10-online-jobs-for-nigerians.html\"></a>

i thought it was my php script but i removed all sql cleaning code and the error still persisted...

Please Help

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: hyperlinks anchor links removed
Status: newpending

If this was editor issue than this could be verified in Ajax sample in nightly build - http://nightly.ckeditor.com/. Nothing like this is happening when you remove and create editor. Can be verified with Firebug.

  1. What configuration option have you used for CKEditor?
  2. You have used <a href"http: instead of <a href="http:. Could it be the source of your problem?
  3. Have you customized CKEditor in that project and have you tried to use plain CKEditor without customizations? Did the problem still occur?

Waiting for your comments.

comment:2 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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