﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14389	url anchor/bookmark not working after ckeditor replace	dsmith		"== Steps to reproduce ==

1. Create a page with several text areas
2. Use a script at the end of the html page to run CKEDITOR.replace('mytextarea') to turn the areas into editor blocks
3. Link to that page (or have a Save function that refreshes the page) with a anchor tag at one of the editor blocks (""www.mysite.com/mypage#mybookmarkid"")

== Expected result ==
Page refreshes with cursor at the bookmarked item

== Actual result ==
Page refreshes at the top of the page, ignoring the bookmark

== Other details (browser, OS, CKEditor version, installed plugins) ==
Same results with Chrome/Firefox/Safari, Linux Fedora or Mac.
Our page created via CakePHP 3.1 framework.
Moving the script from the end to the beginning of the html makes no difference.
The anchor tags work as expected if the Replace is not run.
We can see the screen flicker as the Replaces are done.  From that, we suspect that they are losing either the ID of the bookmark or that fact that the url requested a bookmark."	Bug	closed	Normal		Core : Focus		invalid		
