Opened 16 years ago

Last modified 15 years ago

#4612 closed New Feature

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

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

Description

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. 5 Update the protocol to ftp:// and click OK 6 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 (0)

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