http://bugs.winehq.org/show_bug.cgi?id=23046
--- Comment #2 from mgc0424@shaw.ca 2010-06-13 18:20:40 --- Created an attachment (id=28812) --> (http://bugs.winehq.org/attachment.cgi?id=28812) Ungarbled display of "index.htm" using Firefox
Using WINEDEBUG I found reference in the output to "file:///home/taurus/.wine/drive_c/users/Public/Application Data/Intuit/Quicken/Inet/Common/Pnf/Custcare/index.htm" and using Firefox was able to get an ungarbled display.
Using GEDIT on index.htm, the first few lines of script are:
<html>
<head>
<title>Product & Customer Support</title>
<link rel="STYLESHEET" href="./helpsupport.css" type="text/css">
<link rel="STYLESHEET" href="./phones.css" type="text/css">
<script language="JavaScript">
// ***********************************************
// Validates the Fulcrum Search
//
// This code insures a value is entered
// before being submitted
// **********************************************
Using GEDIT on helpsupport.css, the first few lines of script are:
<!-- Copyright 1999-2000 Intuit Inc. All rights reserved. Unauthorized duplication is a violation of applicable law. -->
body {
font-family: "ms sans serif";
font-size: 8pt;
background-color: #FFFFFF;
color: #000000;
top:4;
left:4;
cursor: default;}
I have 112.6MB WINEDEBUG output on my desktop which I will attach if requested. I noticed a number of 'fixme' lines with one in particular standing out:
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
I'm slowly trying to understand Java Script so that I can be more useful. My background was development and support of applications in IBM mainframe assembler.