[Bug 22843] New: Paste of text from Word 2003 into Powerpoint 2003 stopped working
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(a)winehq.org ReportedBy: r.swanwick(a)gmail.com CC: msclrhd(a)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 -- 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=22843 richard swanwick <r.swanwick(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from richard swanwick <r.swanwick(a)gmail.com> 2010-05-23 15:03:46 --- git bisect: f08206b31f0bff94ffec8ff4d4eee646d78ffbfd is the first bad commit commit f08206b31f0bff94ffec8ff4d4eee646d78ffbfd Author: Reece Dunn <msclrhd(a)gmail.com> Date: Thu Feb 25 09:14:37 2010 +0000 ole32: Fix the HGLOBAL stream Seek implementation. -- 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=22843 richard swanwick <r.swanwick(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.swanwick(a)gmail.com -- 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=22843 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #2 from Wylda <wylda(a)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. -- 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=22843 --- Comment #3 from Reece Dunn <msclrhd(a)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? -- 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=22843 --- Comment #4 from richard swanwick <r.swanwick(a)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 -- 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=22843 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-05-24 06:31:02 --- Richard, attach +storage log please. -- 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=22843 --- Comment #6 from richard swanwick <r.swanwick(a)gmail.com> 2010-05-24 07:08:33 --- Created an attachment (id=28231) --> (http://bugs.winehq.org/attachment.cgi?id=28231) +storage log -- 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=22843 --- Comment #7 from Vincent Povirk <madewokherd(a)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 -- 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=22843 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-05-29 06:17:55 --- Patches are committed as d64ee9ff11d8712bbb0c643f902a62a0ee557021 ff4292c229ceb4621e661601c9763d13c4f4bab7 and are available with 1.2-rc2, so retest please. -- 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=22843 --- Comment #9 from Wylda <wylda(a)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 :) -- 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=22843 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-05-29 07:39:09 --- Ok, thanks. -- 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=22843 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-11 12:53:04 --- Closing bugs fixed in 1.2-rc3. -- 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.
participants (1)
-
wine-bugs@winehq.org