MantisBT - NetSurf
View Issue Details
0000405NetSurf[All Projects] Generalpublic2013-03-20 17:302015-03-18 10:01
ReporterDave Stratford 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusacknowledgedResolutionopen 
PlatformOSRISC OSOS Version4.42, 6.2
Product Version3.0 
Target VersionFixed in Version 
Fixed in CI build #
Reported in CI build #0966
URL of problem page
Summary0000405: Odd effect using <h1> on very small pages
DescriptionOn pages with very little to display, use of the h1 tag causes an odd effect. Trying to maximise the page just causes it to grow very slightly. Continuous clicking on the maximise ion just causes the page to grow slowly until it reaches the height of the screen.
Steps To ReproduceCreate an HTML document containing just the following, and try maximising the screen: <html><body><h1>Text</h1><body><html>

The presence of a <head> makes no difference. The same effect can be seen with h5 and h6, but /not/ with h2, h3 or h4.
Additional InformationImported from sourceforge bug http://sourceforge.net/support/tracker.php?aid=3608625 on Tue Dec 10 17:34:12 2013

TagsNo tags attached.
Attached Files

Notes
(0000034)
Vincent Sanders   
2013-12-17 17:37   
This appears fine on the gtk version. Is it still reproducible on a current CI build?
(0000794)
David Pitt   
2015-03-18 10:01   
I can reproduce this on RISC OS with 0002655 but only with some window sizes. If the starting window is too small for the heading or is the full height of the display then there is no problem but for window sizes in between the problem shows.
 
The h1 tag seems to need to be at the top of the document, the example below behaves itself.

<html><body>Stop It!<h1>Text</h1><body><html>

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=18#r18
2013-12-17 17:37Vincent SandersReported in CI build # => 0966
2013-12-17 17:37Vincent SandersNote Added: 0000034
2013-12-17 17:37Vincent SandersAssigned ToSourceforge Import placeholder =>
2013-12-17 17:37Vincent SandersStatusassigned => acknowledged
2013-12-17 17:37Vincent SandersResolutionno change required => open
2013-12-17 17:37Vincent SandersOS => RISC OS
2013-12-17 17:37Vincent SandersOS Version => 4.42, 6.2
2013-12-17 17:37Vincent SandersProduct Version => 3.0
2013-12-17 17:37Vincent SandersDescription Updatedbug_revision_view_page.php?rev_id=283#r283
2013-12-17 17:37Vincent SandersSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=285#r285
2013-12-17 17:37Vincent SandersAdditional Information Updatedbug_revision_view_page.php?rev_id=287#r287
2015-03-18 10:01David PittNote Added: 0000794