http://bugs.winehq.org/show_bug.cgi?id=26960
Summary: mshtml renders gibberish text with "courier" font Product: Wine Version: 1.2.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: kevin.m.smyth@gmail.com
Loading this document: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> </HEAD>
<BODY STYLE="font-family: courier; font-size: 10px; margin: 0px"> </BODY> </HTML>
then calling: CComPtr<IHTMLDocument2> pHtmlDoc; pDispatch.QueryInterface(&pHtmlDoc); CComPtr<IHTMLElement> pElement; pHtmlDoc->get_body( &pElement ); CComBSTR where(L"BeforeEnd"); CComBSTR text(line); pElement->insertAdjacentHTML(where, text);
results in gibberish. Changing "courier" to "monospace" works as expected.
Ubuntu package: 1.2.2-0ubuntu2~lucid1
http://bugs.winehq.org/show_bug.cgi?id=26960
--- Comment #1 from kevin.m.smyth@gmail.com 2011-04-29 10:57:05 CDT --- To reproduce: Install GME 11.3.23 from http://repo.isis.vanderbilt.edu/downloads?tool=GME Type e.g. xxx<enter> into the Console edit box (at the bottom of the window) The Console displays gibberish
http://bugs.winehq.org/show_bug.cgi?id=26960
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #2 from Jacek Caban jacek@codeweavers.com 2012-02-09 09:12:50 CST --- Please retest with current Wine version. It seems to work for me.
https://bugs.winehq.org/show_bug.cgi?id=26960
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #3 from Austin English austinenglish@gmail.com --- No reply in 2 years, marking abandoned.
If this is still an issue in current (1.7.16 or newer) wine and you can provide the needed information, feel free to reopen.
https://bugs.winehq.org/show_bug.cgi?id=26960
austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from austinenglish@gmail.com --- Closing.