﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1764	StartupFocus is false but FCKEditor steals focus anyway in IE	Chris Randall	Martin Kou	"I use IE and I have 2 editor windows loading.  The first window has initial data where value is set to the text and the second window doesn't have data where value is set to ''.  Focus is placed on the second window even when StartupFocus = False; Removing the second instance and setting the value on the first window to '' will also show that focus is taken.

Example Code:
<cfset fckEditor = createObject(""component"", ""fckeditor.fckeditor"") />
<cfset fckEditor.basePath=""/fckeditor/"" />
<cfset fckEditor.toolbarSet = ""OMC"" />		
<cfset fckEditor.value = 'Test with data' />
<cfset fckEditor.width=""570"" />
<cfset fckEditor.height=""200"" />
<cfset fckEditor.instanceName=""Box1"" />
<cfset fckEditor.FillEmptyBlocks = false />
<CFOUTPUT>#fckEditor.create()#</CFOUTPUT>

<cfset fckEditor.instanceName=""Box2"" />
<cfset fckEditor.value = '' />
<cfset fckEditor.height=""100"" />
<CFOUTPUT>#fckEditor.create()#</CFOUTPUT>

This is my first time submitting a ticket and will try to include my fckconfig.js file.  PS. My paths above are different for my local test environment."	Bug	closed	Normal		General	FCKeditor 2.5.1	fixed	Confirmed IE Review+	
