Opened 18 years ago
Closed 18 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;".

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