Opened 17 years ago

Closed 16 years ago

#737 closed Bug (fixed)

FCK editor out-of-focus Mozilla 1.7.12

Reported by: ezagent@… Owned by: None
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Cc:

Description (last modified by Martin Kou)

Launching FCKeditor using PHP and Mozilla 1.7.12 initializes the editor in an out-of-focus state. Most toolbar buttons are also out of focus. Clicking inside the editor has no effect.

Click the Source button on the toolbar twice and the editor comes into focus.

$oFCKeditor = new FCKeditor('ta') ;
$oFCKeditor->BasePath = $editor;
$oFCKeditor->Width = "90%";
$oFCKeditor->Height = 440;
$oFCKeditor->Value = '';
$oFCKeditor->Create() ;

Is there any assistance available for this issue?


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1500682&group_id=75348&atid=543653

Change History (3)

comment:1 Changed 17 years ago by Martin Kou

Owner: changed from ezagent@… to None
Reporter: changed from Martin Kou to ezagent@…

comment:2 Changed 17 years ago by Martin Kou

Description: modified (diff)

I upgraded from Mozilla 1.7 ? to current Firefox. Issue resolved. You may find it's a browser issue too.


Moved from SF. Original poster: ezagent

I have also noticed this problem. Has there been a workaround devised?


Moved from SF. Original poster: Anonymous

comment:3 Changed 16 years ago by Wojciech Olchawa

Resolution: fixed
Status: newclosed
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