[Bug 43129] New: Inserting an image to RichEdit via OLE

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jun 4 09:11:54 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43129

            Bug ID: 43129
           Summary: Inserting an image to RichEdit via OLE
           Product: Wine
           Version: 2.9
          Hardware: x86
                OS: Mac OS X
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: richedit
          Assignee: wine-bugs at winehq.org
          Reporter: shirouzu at ipmsg.org

Created attachment 58335
  --> https://bugs.winehq.org/attachment.cgi?id=58335
reproduction project

Hello, wine developers.

I got a RichEdit(RichEd20) problem around inserting an image via OLE in Wine.

Always OK : WindowsXP/Vista/7/8/8.1/10
Always NG : Wine-hq 2.9 (and 2.2) in MacOSX(sierra) and Linux debian(testing).

I post a reproduction-project as attachment-file.

When inserting an image, Windows doesn't call IDataObject::GetDataHere, but
Wine always call it.

I think IDataObject::GetDataHere implementation isn't necessary for inserting a
image via OLE in Windows.
And Wine calls IPersistStorage(0000010a-0000-0000-c000000000000046) I/F to
IDataObject via QueryInterface. (I don't know why)

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