[Bug 4648] screenshots are not visible with IE

Wine Bugs wine-bugs at winehq.org
Mon May 1 19:31:48 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=4648





------- Additional Comments From ead1234 at hotmail.com  2006-01-05 19:31 -------
I've found the problem to this. The thumbnail is actually displaying but windows
doesn't like the zero height and width being output by the appdb so it displays
it 0 pixels by 0 pixels literally.

<a href="./appimage.php?id=56"
onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return
false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer" width=""
height=""></a>

where this works in internet explorer

<a href="./appimage.php?id=56"
onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return
false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer"></a>


The problem lies in include/screenshot.php

oThumbnailImage is spelled wrong

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list