Bug 53813 - In info:/libc/ Lines starting '- Function:' not displayed
Summary: In info:/libc/ Lines starting '- Function:' not displayed
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: info (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Matthias Hoelzer-Kluepfel
URL:
Keywords:
: 53812 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-01 11:19 UTC by Nigel Rowe
Modified: 2003-03-07 00:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix for all above (976 bytes, patch)
2003-02-01 11:20 UTC, Nigel Rowe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nigel Rowe 2003-02-01 11:19:48 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Mandrake RPMs
OS:          Linux

Trying to use Konqueror to display the libc info pages.

1. Lines starting '- Function:' are not displayed past the ':'.  
eg.  what should be displayed is, 

- Function: size_t strlen (const char *S)

what is displayed is

- Function:

2. The index pages are unreadable.  all lines are printed over
the top of each other.

3. Redundant '#' displayed next to the navigation icons
Comment 1 Nigel Rowe 2003-02-01 11:20:55 UTC
Created attachment 854 [details]
Fix for all above
Comment 2 Nigel Rowe 2003-02-01 11:25:21 UTC
Sorry, just realised this should be under product kio, not konqueror 
Comment 3 Thiago Macieira 2003-02-02 19:09:38 UTC
*** Bug 53812 has been marked as a duplicate of this bug. ***
Comment 4 Luís Pedro Coelho 2003-03-07 00:50:41 UTC
I can't really reproduce all of the above problems. The code where the "- Function" bug is triggered in 
unreachable to me since it would only get there if there was a "- Function" in a menu. In normal text, 
the case is handled correctly. 
 
However, the patch looks good codewise. So, I have applied it to CVS HEAD and am closing the bug. 
 
I think the proposed change s/<em>/<strong>/ was a good one and kept it even for the non-menu 
case. 
 
Thanks for the patch,