Ticket #502 (closed Bug: duplicate)

Opened 3 years ago

Last modified 2 years ago

Firefox and Multiple FCKeditors

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

Description (last modified by martinkou) (diff)

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

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

Change History

  Changed 3 years ago by fredck

  • 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?

  Changed 3 years ago by ecaron

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.

  Changed 3 years ago by martinkou

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.

  Changed 3 years ago by ecaron

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.

  Changed 3 years ago by fredck

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 3 years ago by ecaron

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

  Changed 3 years ago by martinkou

  • 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.

follow-up: ↓ 8   Changed 3 years ago by fredck

  • keywords WorksForMe removed

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

in reply to: ↑ 7   Changed 3 years ago by glapworth

My Bad.

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

Thanks for all your help

Gareth

  Changed 3 years ago by fredck

  • keywords Pending removed
  • status changed from new to closed
  • resolution set to duplicate

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

Note: See TracTickets for help on using tickets.