http://bugs.winehq.org/show_bug.cgi?id=30560
Bug #: 30560 Summary: Can't paste into Lotus Notes Product: Wine Version: 1.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lameventanas@gmail.com Classification: Unclassified
When I copy text from Firefox and try to paste it into Lotus Notes I get an error message dialog saying: Only text can be pasted into this type of field If I copy the text from a kate, it works.
This bug was reported and fixed 6 years ago in the Codeweavers fork: http://www.codeweavers.com/support/tickets/browse/?ticket_id=75672
https://bugs.winehq.org/show_bug.cgi?id=30560
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
is this problem still present? Please retest with recent Wine.
FYI: The CodeWeavers link is only accessible to registered users (or dead?). If there is some useful info, paste it as comment here.
Regards
https://bugs.winehq.org/show_bug.cgi?id=30560
--- Comment #2 from Ken Thomases ken@codeweavers.com --- The CrossOver hack which fixed the issue for that ticket was:
--------- begin patch --------- Author: Ulrich Czekalla uczekalla@codeweavers.com Date: Fri Jun 8 14:08:09 2007 -0400
Don't pass html format unmodified since most applications failed to process it
---
dlls/winex11.drv/clipboard.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/clipboard.c b/dlls/winex11.drv/clipboard.c index 57c52f6..e2ae7a1 100644 --- a/dlls/winex11.drv/clipboard.c +++ b/dlls/winex11.drv/clipboard.c @@ -296,7 +296,6 @@ static const struct { wszRichTextFormat, XATOM_text_rtf }, { wszRichTextFormat, XATOM_text_richtext }, { wszGIF, XATOM_image_gif }, - { wszHTMLFormat, XATOM_text_html }, }; --------- end patch ---------
The problem is presumably that the X11 driver (and, now, Mac driver) don't convert from the raw HTML that is put on the clipboard by other apps to the format that Windows app expect, as documented in MSDN http://msdn.microsoft.com/en-us/library/windows/desktop/ms649015%28v=vs.85%29.aspx. We'd also want to convert in the other direction, too.
In addition to the text/html MIME type (or, with the Mac driver, the public.html UTI), Wine should probably also export and import a custom HTML type for the unmodified Windows-style CF_HTML data. That would allow for maximum fidelity for transfer between Windows apps running under Wine.
http://bugs.winehq.org/show_bug.cgi?id=30560
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Ken Thomases ken@codeweavers.com --- This is a duplicate of bug 7372.
*** This bug has been marked as a duplicate of bug 7372 ***
https://bugs.winehq.org/show_bug.cgi?id=30560
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.