FB Version 8.4.90 (DB 780, Build 1)
Case Event Edit Version 1.1.1.20
Steps to repro:
- Create a new case in HTML mode that contains text that acts as a link to www.google.com
- Edit the case event and change the link so that it points to www.yahoo.com
- After saving the edit the link still brings you to www.google.com
Cause: It appears that when updating a link the _cke_saved_href attribute of the anchor tag is in fact updated, however the more important href attribute of the anchor tag remains unchanged.
Workaround: Remove the link completely and then add it back.
