Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#287 closed Bug (duplicate)

IE Ignores StartupFocus property

Reported by: Steve Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I have been using FCKeditor for some time, and this has always been a problem for me. I was hoping v.2.4.1 would fix it, but it hasn't. I am using a CFM implementation (creating an object, as such ... fckEditor=createObject("component", "#basePath#fckeditor");), and IE 7 (though it was happening in IE 6 as well). When I load the page with the editor in it, it immediately steals the focus REGARDLESS of whether I have StartupFocus set to true or false in the fckconfig.js file. This is highly annoying, because in the page I want to use the editor, it is halfway down the page, and there are text input items above it, which should be filled in first. The user cannot even see these, as when the page loads FCKeditor steals the focus, and drags the page down, so that users have to scroll up to see the fields at the top of the page (and some don't realise there are fields up there to fill in). In fact, I have had to write a small javascript to send the focus back to the TOP of the page, which fires like so ... onLoad="setTimeout('ReFocus()',1000)" (ReFocus being the js function I have written). This works OK, but sometimes you can see the page jump down to the FCKeditor, then back up to the top. When is this basic problem likely to be fixed ?

Change History (2)

comment:1 Changed 17 years ago by tba21cn

I met the similar case:

FCKConfig.StartupFocus = true or false works fine in FireFox, but it doesn't work in IE even I set "true".

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: duplicate
Status: newclosed

This is a DUP of #523

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy