Opened 17 years ago

Closed 17 years ago

#568 closed Bug (invalid)

remote images are getting style display value of none.

Reported by: Alex Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: FCKeditor 2.4.3
Keywords: Cc:

Description

Whether setting up an image using the image dialog or pasting the code into the Source mode of the editor, images are assigned a style display value of 'none'. For example, an image like below: <IMG alt="Fujitsu Computer Systems Corporation" border="0" src="http://www.computers.us.fujitsu.com/images/LinkShare/125x125_product.jpg">

will get rewritten as: <img border="0" src="http://www.computers.us.fujitsu.com/images/LinkShare/125x125_product.jpg" alt="Fujitsu Computer Systems Corporation" style="display: none;" />

Notice the style="display: none;".

Change History (2)

comment:1 Changed 17 years ago by Alex

This bug is bogus. Firefox ad blocker extension was causing this. Please close this bug.

comment:2 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: newclosed

ok, thanks.

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