Opened 13 years ago

Closed 13 years ago

#6384 closed Bug (expired)

After editing twice, adds a sharp at the href of every link

Reported by: JohnGreek Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3.1
Keywords: Cc:

Description

If I edit a text with CKeditor and there are already links in the text, after i save it, a sharp(#) is added at the beggining of every href of the links I already had before editing. e.g. <a href="userfiles/biography.pdf">biography</a> after editing: <a href="#userfiles/biography.pdf">biography</a> after another editing: <a href="##userfiles/biography.pdf">biography</a>

Change History (4)

comment:1 Changed 13 years ago by Tobiasz Cudnik

Status: newpending

We need more information:

  • What browser is affected ?
  • Is it reproducible on our demo page ?
  • How do you check the output, is there a possibility of some middleware responsible for this modification ?

comment:2 Changed 13 years ago by JohnGreek

I use Mozilla FireFox and Google Chrome. I cant enable this functionality at your demo page. Lets say i edit an area where there are links, when i do that, ckeditor adds a sharp(#) at the beggining of each link that this area already had. I use firebug to check the value sent to the server. No middleware to blame.

comment:3 Changed 13 years ago by Tobiasz Cudnik

Status: pendingnew

comment:4 Changed 13 years ago by Jakub Ś

Resolution: expired
Status: newclosed

I was unable to reproduce it neither in Chrome nor in Firefox.

Closing the ticket as expired.

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