Closed (fixed)
Project:
CSS Embedded Images
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 20:29 UTC
Updated:
28 May 2011 at 16:31 UTC
See stage.aigaphilly.org, the #page-inner div as an example. I am at a loss on how to troubleshoot this and would appreciate any help. I am also using boost and css_tidy. Thanks.
Comments
Comment #1
rj commentedbump. boost and css_tidy have been disabled, "Only embed images less than 32KB" is selected, and I can confirm the mhtml.css file exists within the sites/default/files/css directory. There are no error reports in the log and the images display correctly when I disable css_emimage.
Any help would be appreciated, this is a free project I'm doing for a local non-profit and we're hoping to go live shortly. Thanks.
Comment #2
jcarnett commentedIt appears that Microsoft issued a security update on April 12, 2011, preventing MHTML from being used on the Web in this manner. As they have not presented an alternative and I am unwilling to invest any more time in their antiquated browser, I will be removing MHTML support from this module. I'll have a new version up next week with older browsers simply falling back to the original CSS as they did in the past.
Thanks for reporting this.
Comment #3
jcarnett commentedBy the way, here's the security bulletin if you're interested: http://www.microsoft.com/technet/security/bulletin/MS11-026.mspx
Comment #4
jcarnett commentedNevermind the "next week" comment. I had a few minutes and committed the fix:
6.x-2.x
http://drupalcode.org/project/css_emimage.git/commit/02d66a0
7.x-1.x
http://drupalcode.org/project/css_emimage.git/commit/24ba48d
New releases will be up soon as well, or you can get it directly from git now.
Comment #5
rj commentedThank you, works as expected!