[Bug 28034] New: Powerpoint 2007/2010: color & resizing issues
http://bugs.winehq.org/show_bug.cgi?id=28034 Summary: Powerpoint 2007/2010: color & resizing issues Product: Wine Version: 1.3.26 Platform: x86 OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dimesio(a)earthlink.net Depends on: 24988 Regression SHA1: 107849916fff56e0322bec7901ed5a10d205b345 Created an attachment (id=35895) --> (http://bugs.winehq.org/attachment.cgi?id=35895) powerpoint screenshot Opening per http://bugs.winehq.org/show_bug.cgi?id=27989#c8; this is a regression caused by 107849916fff56e0322bec7901ed5a10d205b345. In Powerpoint 2007 & 2010, the document does not resize correctly when the window is resized: the text boxes move below the text and the blue background moves onto the document. In addition, the notes panel at the bottom, which should be all white, is blue with a shaded rectangle in it. -- 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=28034 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdi32 Depends on|24988 |24989 -- 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=28034 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|24989 |27989 -- 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=28034 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard(a)winehq.org -- 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=28034 --- Comment #1 from Huw Davies <huw(a)codeweavers.com> 2011-08-09 08:35:06 CDT --- Created an attachment (id=35897) --> (http://bugs.winehq.org/attachment.cgi?id=35897) This should do it. SetBitmapBits can set partial scanlines. This patch uses a clip region to achieve that, another solution would be to call PutImage twice. Either way requires additions to the nulldrv 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=28034 Huw Davies <huw(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35897|0 |1 is obsolete| | --- Comment #2 from Huw Davies <huw(a)codeweavers.com> 2011-08-09 08:59:41 CDT --- Created an attachment (id=35898) --> (http://bugs.winehq.org/attachment.cgi?id=35898) This is a better version, sorry for the noise. -- 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=28034 Huw Davies <huw(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huw(a)codeweavers.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=28034 --- Comment #3 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-08-09 13:31:04 CDT --- (In reply to comment #2)
Created an attachment (id=35898) --> (http://bugs.winehq.org/attachment.cgi?id=35898) [details] This is a better version, sorry for the noise.
I tested it with the other two patches applied (hope that's what you wanted); it fixes the remaining issues. -- 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=28034 ender46(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ender46(a)gmail.com --- Comment #4 from ender46(a)gmail.com 2011-08-17 05:09:11 CDT --- Hello, I had the same problems as described by Rosanne DiMesio in Bug 27989 and this one for Word and PowerPoint 2007, running Lucid Lynx kernel 2.6.32-33 and Wine 1.3.26. I'm sure this is a regression of some sort, since it broke when Wine last auto-updated to that version. However applying all three patches Huw Davies wrote (id=35881, id=35878 and id=35898) seems to resolve the issue. And on top of that I learned to patch wine. Thanks all! -- 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=28034 Bug 28034 depends on bug 27989, which changed state. Bug 27989 Summary: Word and Powerpoint 2007: window background is striped http://bugs.winehq.org/show_bug.cgi?id=27989 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |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=28034 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-08-27 06:55:49 CDT --- Marking 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=28034 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2011-09-09 12:54:56 CDT --- Closing bugs fixed in 1.3.28. -- 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