Ticket #762 (new Bug)

Opened 16 months ago

Last modified 12 months ago

Outside Flash goes over the maximized editor

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: General Version: SVN
Keywords: SF Confirmed Firefox Cc: fredck

Description

Hi,

When you click on the Maximize the editor size button and you have flash files (swf) loaded in your page, the flash files are showed over the text area of FCKeditor.

Regards, André.


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

Change History

Changed 16 months ago by martinkou

  • reporter changed from martinkou to anonymous

He meant, having Flash in the page where the editor is placed, outside the editor.

Much probably the object/embed z-index is higher than the rest of the page.


Moved from SF. Original poster: fredck

Changed 12 months ago by martinkou

  • keywords Confirmed Firefox added
  • version set to SVN

It's ok in IE, but the Flash object always stays on top in Firefox.

It seems to be a bug in the Flash plugin though, since defining a lower z-index for the <embed> node in Firebug does nothing to help the situation, and maximizing FCKeditor somehow causes the Flash object to reload itself.

Perhaps the only real solution is to seek out all <embed> nodes in the outer document and hide them when FCKeditor goes to fit window mode.

Note: See TracTickets for help on using tickets.