[Bug 10445] winhelp.exe problem displaying help file, related to LF / CR-LF end-of-line issue?

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 22 02:34:25 CST 2007


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


Kirill K. Smirnov <lich at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lich at math.spbu.ru




--- Comment #1 from Kirill K. Smirnov <lich at math.spbu.ru>  2007-11-22 02:34:24 ---
I've traced winhelp renderer - it is NOT a CR/LF issue. Instead, it is a TAB
problem.
The code is smth. like:
<text1><LF><TAB><text2><LF><TAB><text3><LF><TAB>....

which is currently rendered as

text1
         text2
                  text3


Really I do not know why THIS CASE should be rendered as:

    text1
    text2
    text3

But it should, as native winhlp32 displays text correctly.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list