﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14517	"Mouse Clicks break tab navigation in ""html"" element in dialog"	andysd		"This is similar to issue #13088.  I am using the ""html"" element in my plugin's dialog. Following the resolution to issue #13088, I am using the addFocusable to add <input> tags to the list of focusable fields. Tab navigation works.  However, as soon as I mouse-click into a field, tab navigation is broken.  Clicking with a mouse isn't recognized by ckeditor as changing the currently-focused item.  As a result, the next <tab> goes to the wrong field.

== Steps to reproduce ==

1. Download the attached plug-in to plugins folder, and add to config.js

    config.extraPlugins = 'bugplugin';

2. Run the attached index.html and follow the steps given there.

== Expected result ==

Mouse-clicking in Field N, then pressing <tab> should move focus to Field N+1.

== Actual result ==

Focus is moved to the field after the last one that was tabbed into, not the last one that was clicked on.

== Other details (browser, OS, CKEditor version, installed plugins) =="	Bug	confirmed	Normal		General	4.0			
