http://bugs.winehq.org/show_bug.cgi?id=10326 Summary: vml in web page crashes explorer Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: davidw(a)dedasys.com Created an attachment (id=8987) --> (http://bugs.winehq.org/attachment.cgi?id=8987) ie output This bit of HTML crashes IE6 under wine, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <style> v\:* { behavior: url(#default#VML); display:inline-block} </style> </head> <body> <v:shape fillcolor="green" style="position:relative;top:1;left:1;width:200;height:200" path ="m 1,1 l 1,200, 200,200, 200,1 x e"> </v:shape> </body> </html> which was installed according to the manual instructions in the 'blue' area here: http://appdb.winehq.org/appview.php?versionId=469 davidw(a)fortrock:~$ uname -a Linux fortrock 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686 GNU/Linux Ubuntu feisty with this version of wine, installed via the .deb: 0.9.47~winehq0~ubuntu~7.04-1 I asked a few people with windows boxes to confirm that it doesn't crash 'real' IE, so as to avoid reporting a windows bug here. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.