Opened 9 years ago

Closed 9 years ago

#13572 closed Bug (invalid)

Inserting link is broken, cant use it.

Reported by: arthur šurko Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Hey And many thanks for such a great word processor. But if I insert a link through the full editor it just copies the url of the current page, then starts quotes and a full url of the link. Here's how: I activate a word, then click the chain icon. then copy paste the url: http://www.viinistu.ee/site/pdf/menuu_valikook_24.07.pdf

Now i save the text to database. but outcome is that when i click on the link created, then the url looks like this: http://www.viinistu.ee/%22http://www.viinistu.ee/site/pdf/menuu_valikook_24.07.pdf/%22

...and like this, it is not working.

Please help, im getting anxious.

Change History (1)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Cc: i dont know the version its only hidden somewhere. removed
Keywords: a href="fucked up" removed
Resolution: invalid
Status: newclosed
Version: 4.5.1

I'm sorry to hear this, but I'm afraid we cannot help. For the description that you gave, it seems that it's the backend of your website which is causing a problem.

I just checked the following scenario:

  1. Open http://ckeditor.com/demo
  2. Highlight any word.
  3. Press the link button.
  4. Paste the address: "www.viinistu.ee/site/pdf/menuu_valikook_24.07.pdf"
  5. Accept.
  6. Switch to source mode where you can see the data which is sent to your server by CKEditor.

I got:

<p><strong><a href="http://www.viinistu.ee/site/pdf/menuu_valikook_24.07.pdf">Apollo</a> 11</strong> was the spaceflight that landed the first humans...

And as you can see a proper link was created. You mentioned that when you click the link you get:

http://www.viinistu.ee/%22http://www.viinistu.ee/site/pdf/menuu_valikook_24.07.pdf/%22

%22 means a space. As we can see CKEditor is not adding it anywhere, so most likely it's your backend.

If you still think it's CKEditor's issue, please give us more details so we can reproduce it on our own. Then we can reopen this issue.

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