[Bug 18409] Missing text in the license area text while intaling Windows Live messenger 8.1

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 16 21:16:47 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18409


Dylan Smith <dylan.ah.smith at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |dylan.ah.smith at gmail.com
     Ever Confirmed|0                           |1




--- Comment #3 from Dylan Smith <dylan.ah.smith at 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.



More information about the wine-bugs mailing list