Opened 14 years ago

Last modified 14 years ago

#4612 closed New Feature

Link text is not updated when link protocol is changed — at Version 1

Reported by: Joe Kavanagh Owned by:
Priority: Normal Milestone: CKEditor 3.2
Component: General Version: 3.0
Keywords: IBM Review+ Cc: damian.chojna@…

Description (last modified by Frederico Caldeira Knabben)

  1. Click on the Link button to open the Link dialog.
  2. Enter a URL, for example www.bbc.co.uk
  3. Choose https:// for the protocol and click OK.
  4. Observe that the link is displayed as https://www.bbc.co.uk
  5. Right click on the link and open the Link dialog.
  6. Update the protocol to ftp:// and click OK
  7. Observe that the link text remains as https://www.bbc.co.uk.

If you view the HTML source you can see that the link text has not updated:

<a href="ftp://www.bbc.co.uk">https://www.bbc.co.uk</a>

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Description: modified (diff)
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