http://bugs.winehq.org/show_bug.cgi?id=22843
Summary: Paste of text from Word 2003 into Powerpoint 2003 stopped working Product: Wine Version: 1.2-rc1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: r.swanwick@gmail.com CC: msclrhd@gmail.com
Copy and Pasting text from Word 2003 to Powerpoint 2003 stopped working
Copy and paste from other sources e.g. gedit seem to still work
http://bugs.winehq.org/show_bug.cgi?id=22843
richard swanwick r.swanwick@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #1 from richard swanwick r.swanwick@gmail.com 2010-05-23 15:03:46 --- git bisect:
f08206b31f0bff94ffec8ff4d4eee646d78ffbfd is the first bad commit commit f08206b31f0bff94ffec8ff4d4eee646d78ffbfd Author: Reece Dunn msclrhd@gmail.com Date: Thu Feb 25 09:14:37 2010 +0000
ole32: Fix the HGLOBAL stream Seek implementation.
http://bugs.winehq.org/show_bug.cgi?id=22843
richard swanwick r.swanwick@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |r.swanwick@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22843
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #2 from Wylda wylda@volny.cz 2010-05-23 15:11:02 ---
As you are original reporter, you do not need to put yourself to CC. So you will get the info even without being on CC.
http://bugs.winehq.org/show_bug.cgi?id=22843
--- Comment #3 from Reece Dunn msclrhd@gmail.com 2010-05-23 15:12:33 --- The commit should be correct because it is under test. It may have broken some wine code that used it.
Is there anything in the console/terminal output?
http://bugs.winehq.org/show_bug.cgi?id=22843
--- Comment #4 from richard swanwick r.swanwick@gmail.com 2010-05-23 15:27:38 --- Created an attachment (id=28210) --> (http://bugs.winehq.org/attachment.cgi?id=28210) terminal output during paste
http://bugs.winehq.org/show_bug.cgi?id=22843
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2010-05-24 06:31:02 --- Richard, attach +storage log please.
http://bugs.winehq.org/show_bug.cgi?id=22843
--- Comment #6 from richard swanwick r.swanwick@gmail.com 2010-05-24 07:08:33 --- Created an attachment (id=28231) --> (http://bugs.winehq.org/attachment.cgi?id=28231) +storage log
http://bugs.winehq.org/show_bug.cgi?id=22843
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2010-05-26 12:36:08 --- Seems that seeking with the high bit of LowPart set is legitimate for seeking backwards in a stream (i.e. it's treated as a signed value), but only if we don't go past the start.
Patches sent: http://www.winehq.org/pipermail/wine-patches/2010-May/088977.html http://www.winehq.org/pipermail/wine-patches/2010-May/088978.html
http://bugs.winehq.org/show_bug.cgi?id=22843
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2010-05-29 06:17:55 --- Patches are committed as
d64ee9ff11d8712bbb0c643f902a62a0ee557021 ff4292c229ceb4621e661601c9763d13c4f4bab7
and are available with 1.2-rc2, so retest please.
http://bugs.winehq.org/show_bug.cgi?id=22843
--- Comment #9 from Wylda wylda@volny.cz 2010-05-29 07:21:39 ---
I believe Nikolay, that the posted commits are correct, thus not doing the reverse regression test, but just simplified one:
wine-1.2-rc1 <-- *** doesn't work *** wine-1.2-rc2 <-- *** works ***
i.e. FIXED :)
http://bugs.winehq.org/show_bug.cgi?id=22843
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2010-05-29 07:39:09 --- Ok, thanks.
http://bugs.winehq.org/show_bug.cgi?id=22843
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2010-06-11 12:53:04 --- Closing bugs fixed in 1.2-rc3.