[Bug 18409] New: Missing text in the license area text while intaling Windows Live messenger 8.1
http://bugs.winehq.org/show_bug.cgi?id=18409 Summary: Missing text in the license area text while intaling Windows Live messenger 8.1 Product: Wine Version: 1.1.21 Platform: PC URL: http://www.microsoft.com/downloads/details.aspx?familyid =d78f2ff1-79ea-4066-8ba0-ddbed94864fc&displaylang=en OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: richedit AssignedTo: wine-bugs(a)winehq.org ReportedBy: jaimerave(a)gmail.com Console output. I'm pasting here because is short. fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000 fixme:advapi:LookupAccountNameW (null) L"jaime" (nil) 0x33e834 (nil) 0x33e838 0x33e82c - stub fixme:advapi:LookupAccountNameW (null) L"jaime" 0x138cf8 0x33e834 0x138c28 0x33e838 0x33e82c - stub err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination fixme:richedit:ME_RTFReadPictGroup 13 13 fixme:richedit:ME_RTFReadPictGroup 13 13 Using native riched20 shows the text. -- 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=18409 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=18409 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-05-10 02:31:45 --- +richedit trace? -- 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=18409 --- Comment #2 from Jaime Rave <jaimerave(a)gmail.com> 2009-05-13 18:15:52 --- Created an attachment (id=21077) --> (http://bugs.winehq.org/attachment.cgi?id=21077) +richedit Sorry for the delay, here is the +richedit -- 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=18409 Dylan Smith <dylan.ah.smith(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |dylan.ah.smith(a)gmail.com Ever Confirmed|0 |1 --- Comment #3 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-07-16 21:16:47 --- There seems to be two bugs that are causing the problem, and I have narrowed the relevant rich text for them down into two simple test cases for the bugs. Both test cases can be saved to a .rtf file and opened in wordpad using native or builtin richedit controls. Test case 1: {\rtf{\v{\par}}text} The above rich text seems to mishandle the scope of the invisible control word \v (rtfInvisible). The invisible control word shouldn't affect the text, but it does for some reason. The control word \par could be replaced with another control word, like \nonshppict which I found did this in the license text. Test case 2: {\rtf{\colortbl;;}\cf1 text} This test case causes builtin richedit controls to interpret this foreground colour in the colour table to be white when there is nothing between the semi-colons, so \cf1 causes the text to be white. Selecting the text will show it in this case. Now I just need to track the bugs down in the code. -- 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=18409 --- Comment #4 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-07-17 08:18:56 --- (In reply to comment #3)
Test case 2: {\rtf{\colortbl;;}\cf1 text}
I sent the following patch to wine-patches to fix the bug in test case 2: http://www.winehq.org/pipermail/wine-patches/2009-July/076072.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=18409 Dylan Smith <dylan.ah.smith(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-07-17 12:27:53 --- Fix for test case 1 sent to wine-patches: http://www.winehq.org/pipermail/wine-patches/2009-July/076086.html The fix for test case 2 was accepted as commit dde41d5c13e5efdb9607c6ce063e0105a9de12e6 -- 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=18409 --- Comment #6 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-07-20 13:05:42 --- Fix for test case 1 was accepted as commit c6cf5677065e9d7aaf6495e26120120d40e3a2a7 I think this is fixed now, but could you retest to make sure. -- 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=18409 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #7 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-20 13:31:04 --- Yes, the text appear now. Thanks a lot. The text has some other issues now like weird spaces, but that's another bug. -- 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=18409 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-07 12:44:14 --- Closing bugs fixed in 1.1.27. -- 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