Opened 13 years ago
Closed 13 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 13 years ago by
Keywords: | hyperlinks anchor links removed |
---|---|
Status: | new → pending |
comment:2 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
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.
<a href"http:
instead of<a href="http:
. Could it be the source of your problem?Waiting for your comments.