MantisBT - NetSurf
View Issue Details
0000516NetSurf[All Projects] Generalpublic2011-04-18 14:212015-03-09 17:10
ReporterSourceforge Import placeholder 
Assigned ToVincent Sanders 
PrioritynormalSeverityminorReproducibilityunable to reproduce
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.0 
Target VersionFixed in Version3.1 
Fixed in CI build #
Reported in CI build #
URL of problem pagehttp://www.france-codepostal.fr/en/france/?SearchText=44170
Summary0000516: Header truncation
DescriptionIn this URL - http://www.france-codepostal.fr/en/france/?SearchText=44170
this header is vertically truncated.

<h1>Find a postal code in France</h1>

This line-height line in CSS seems to be problematic for NetSurf if the Header is larger.

body {
    background: #C0CBAD;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: 0000555;
    line-height: 17px;
}

There is minimal example at http://pittdj.co.uk/temp/h1.htm
which is also in the attached zip.
Additional Informationnobody added a note on Mon Apr 18 14:33:12 2011

When the line height is double or more than the font size, it is all displayed. Looks like something needs doubling or halving!

Imported from sourceforge bug http://sourceforge.net/support/tracker.php?aid=3288883 on Tue Dec 10 17:34:12 2013

TagsNo tags attached.
Attached Files

Notes
(0000085)
Vincent Sanders   
2013-12-19 10:32   
Current master branch seems to show the title without truncation
(0000647)
Vincent Sanders   
2015-03-09 17:10   
correctly resolved in 3.1 release

Issue History
2013-12-10 17:41Vincent SandersNew Issue
2013-12-10 17:41Vincent SandersStatusnew => assigned
2013-12-10 17:41Vincent SandersAssigned To => Sourceforge Import placeholder
2013-12-10 17:41Vincent SandersDescription Updatedbug_revision_view_page.php?rev_id=52#r52
2013-12-19 10:32Vincent SandersURL of problem page => http://www.france-codepostal.fr/en/france/?SearchText=44170
2013-12-19 10:32Vincent SandersNote Added: 0000085
2013-12-19 10:32Vincent SandersAssigned ToSourceforge Import placeholder =>
2013-12-19 10:32Vincent SandersReproducibilityhave not tried => unable to reproduce
2013-12-19 10:32Vincent SandersStatusassigned => resolved
2013-12-19 10:32Vincent SandersResolutionno change required => fixed
2013-12-19 10:32Vincent SandersProduct Version => 3.0
2013-12-19 10:32Vincent SandersFixed in Version => 3.1
2013-12-19 10:32Vincent SandersDescription Updatedbug_revision_view_page.php?rev_id=521#r521
2013-12-19 10:32Vincent SandersAdditional Information Updatedbug_revision_view_page.php?rev_id=523#r523
2015-03-09 17:10Vincent SandersNote Added: 0000647
2015-03-09 17:10Vincent SandersStatusresolved => closed
2015-03-09 17:10Vincent SandersAssigned To => Vincent Sanders