#1764: StartupFocus is false but FCKEditor steals focus anyway in IE
-----------------------------+----------------------------------------------
 Reporter:  randall          |        Type:  Bug                  
   Status:  new              |    Priority:  Normal               
Milestone:  FCKeditor 2.6    |   Component:  Server : ColdFusion  
  Version:  FCKeditor 2.5.1  |    Keywords:  StartupFocus Focus IE
-----------------------------+----------------------------------------------
 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.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1764>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to