#922: Generic EMBED and OBJECT placeholder
--------------------------+-------------------------------------------------
  Reporter:  fredck       |       Owner:  martinkou        
      Type:  New Feature  |      Status:  assigned         
  Priority:  Normal       |   Milestone:  FCKeditor 2.6    
 Component:  General      |     Version:                   
Resolution:               |    Keywords:  Confirmed Review-
--------------------------+-------------------------------------------------
Comment (by martinkou):

 It seems there's no way to keep FCKXhtml from deleting the EMBED
 attributes in IE5.5. The problem comes from the way IE5.5 manages the
 attributes collection under elements - it seems to allow only a fixed set
 of accessible attributes in the attribute collection for each element
 type. So, when we're converting an HTML source with an <EMBED> to a DOM
 tree, all the attributes written in the <EMBED> becomes inaccessible from
 the attributes collection in IE5.5 because we've converted the <EMBED> to
 an <FCK:EMBED> in the FCK.ProtectTags() function. Subsequently, when we
 convert the hidden <FCK:EMBED> back to HTML source, all attributes, not
 just the type attribute, would become lost.

-- 
Ticket URL: <https://dev.fckeditor.net/ticket/922#comment:7>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to