[Bug 25523] printing from wordpad prints an empty page to a cups printers

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 15 02:57:25 CDT 2011


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

--- Comment #3 from Joachim Namislow <jfrieben at hotmail.com> 2011-04-15 02:57:24 CDT ---
According to https://bugzilla.redhat.com/show_bug.cgi?id=524463#c11

"Seems it is caused by the richedit implementation of wine. EM_FORMATRANGE is
unimplemented and this should eventually render the font here. 

See in the 1.3.17 sources:

wine-1.3.17/dlls/riched20/editor.c line 3012:
UNSUPPORTED_MSG(EM_FORMATRANGE)

and

wine-1.3.17/programs/wordpad/print.c line 491:
fr.chrg.cpMin = SendMessageW(hEditorWnd, EM_FORMATRANGE, TRUE, (LPARAM)&fr);

So this is not a bug but a missing feature in richedit."

-- 
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.



More information about the wine-bugs mailing list