80beans / wysihat-engine

A Rails engine to help integrate the 37signals WysiHat rich text editor to your application.
http://www.80beans.com/2009/10/01/wysihat-engine/
MIT License
167 stars 16 forks source link

Output of img tags without width and height causing missing images in Internet Explorer #12

Closed bgadoci closed 14 years ago

bgadoci commented 14 years ago

When adding an image using Wysihat, the display of that image shows up as missing in IE 7 (not sure about 8). It seems that the lack of the width and hight attribut in the img tag is causing this as far as I can tell. Any work arounds?

bgadoci commented 14 years ago

Just an update on this. It was only happening in my local environment and maybe it had something to do w/ Virtual Box (what I'm using to Run windows XP and IE for testing).