[Bug 26960] New: mshtml renders gibberish text with "courier" font
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(a)winehq.org ReportedBy: kevin.m.smyth(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26960 --- Comment #1 from kevin.m.smyth(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26960 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #2 from Jacek Caban <jacek(a)codeweavers.com> 2012-02-09 09:12:50 CST --- Please retest with current Wine version. It seems to work for me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26960 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #3 from Austin English <austinenglish(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26960 austinenglish(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from austinenglish(a)gmail.com --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org