﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13843	Editor doesn't focus on custom widget on load	Vangelis		"== Steps to reproduce ==

1. Add a widget (with editable content) at the start of the editable content and save.
2. Close the editor.
3. Load the editor.

(I have attached the config that I'm using. The custom widget that I used is [http://docs.ckeditor.com/#!/guide/widget_sdk_tutorial_1 'simplebox'].)

== Expected result ==
The editor should focus on the first editable element in the widget.

== Actual result ==
The editor doesn't focus on the widget until the user clicks in it.

== config.js ==
I added the following lines of code in the config file:
CKEDITOR.on('instanceReady', function(e) {
    e.editor.focus();
});"	Bug	closed	Normal		Core : Focus		invalid		
