Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#502 closed Bug (duplicate)

Firefox and Multiple FCKeditors

Reported by: Gareth Lapworth Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.4.2
Keywords: Cc:

Description (last modified by Martin Kou)

Hi,

When using multiple FCKeditors on a single page in firefox, only one editor has the ability to be used for typing. The same page when rendered in IE will allow typing in each and every instance of the FCKeditor.

I have found that it is possible to enable all of the editors again for typing by making the editor full screen and then resizing to normal.

If there is any more information you would like, please let me know.

Gareth

Attachments (1)

firefox2EditorsCantFocus.html (2.2 KB) - added by Eric Caron 17 years ago.
An example of having a Firefox editor lose focus when its hidden then unhidden using CSS.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: WorksForMe Pending added; firefox multiple editors removed

I've just tested it with sample09 and it worked correctly. Probably it is something specific to your case.

Can you attach a test case file so we can try to reproduce the problem here?

comment:2 Changed 17 years ago by Eric Caron

I can confirm this issue. The page is here - https://secure.jobdig.com/members/sample.html (doesn't require login). You'll see the multiple non-functional boxes when you expand Requirements/Education/Experience.

I'm using Firefox 2.0.0.4 and have verified it happens even when all my extensions are disabled.

comment:3 Changed 17 years ago by Martin Kou

Hi,

I was able to make the FCKeditor widgets active in https://secure.jobdig.com/members/sample.html by running the following code in Firebug's console:

frames[1].FCK.EditingArea.MakeEditable();
frames[2].FCK.EditingArea.MakeEditable();

Other than this quickfix I have no idea why it doesn't work yet.

comment:4 Changed 17 years ago by Eric Caron

I stripped out all the extra "fluff" around the code (same URL as before). It demonstrates the problem a lot quicker with this method. Oddly enough, without the setTimeout, the problem goes away.

comment:5 Changed 17 years ago by Frederico Caldeira Knabben

Do you think you can attach a simple test case to this ticket? It would make it easier for us to debug the problem here.

Changed 17 years ago by Eric Caron

An example of having a Firefox editor lose focus when its hidden then unhidden using CSS.

comment:6 Changed 17 years ago by Martin Kou

Description: modified (diff)

I was able to reproduce the bug with a single editor instance. It seems to have nothing to do with multiple instances. The bug occurs when an FCKeditor widget is hidden at initialization. This is consistent with what was seen in the old https://secure.jobdig.com/members/sample.html where the second and third FCKeditor instances were hidden at the beginning.

My test case: http://hkpcug.homeftp.net:88/fckbugs/502.html

By the way, the new test case in https://secure.jobdig.com/members/sample.html showing two non-hidden editors is working correctly for me.

comment:7 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: WorksForMe removed

In such case, this is a DUP of #321 and therefore should be closed. Can the reporter confirm it?

comment:8 in reply to:  7 Changed 17 years ago by Gareth Lapworth

My Bad.

This is indeed a dup, I must have missed the previous bug.

Thanks for all your help

Gareth

comment:9 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: Pending removed
Resolution: duplicate
Status: newclosed

Thanks for the update. Closing this as a DUP of #321.

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