← Back to team overview

mahara-contributors team mailing list archive

[Bug 495234] Re: Images not displaying with IE7/IE8 after HTML view export

 

The image resizing code used to convert all images to PNG. This would cause problems in certain cases when browsers only looked at the extension to figure out the file type.
    
So the way to reproduce this bug was to export a view containing a resized JPG file (which would create a PNG file with a .jpg extension) and use IE on Windows to display the exported page directly from the local filesystem (as opposed to being served by a web server).

** Changed in: mahara
       Status: Confirmed => Fix Committed

-- 
Images not displaying with IE7/IE8 after HTML view export
https://bugs.launchpad.net/bugs/495234
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
See: http://mahara.org/interaction/forum/topic.php?id=1284

Quoting:  "When a user exports their view the images within each view will not display with IE 7 and 8 but works with Firefox."

I am assuming this is HTML rather than LEAP export as the reporter did not use the import function.