MantisBT - NetSurf
View Issue Details
0002540NetSurfRISC OS-specificpublic2017-05-12 01:502018-08-29 14:00
ReporterHarriet Bazley 
Assigned ToJohn-Mark Bell 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformARMiniOSRISC OSOS Version5.22
Product Version3.7 
Target Version3.8Fixed in Version3.8 
Fixed in CI build #4302
Reported in CI build #4086
URL of problem pagehttp://thedrawingduke.tumblr.com/
Summary0002540: Page content not visible
DescriptionThe content of this page http://thedrawingduke.tumblr.com/ is completely hidden in Netsurf - I can see the text when I view the page source, e.g.

http://bonkalore.tumblr.com/post/160198358260/buy-bonkalore-a-coffee-ko-ficombonkalore:

<blockquote><h2>Look what I just got! 8′)</h2>I’ve considered having a patreon for a while but honestly don’t even know what I’d do for rewards for people

But all I can see when the page is rendered are navigation labels and a scrolling iframe with the author's credits in it.
Steps To ReproduceVisit URL.
Additional InformationI tried saving the whole page as an application and deleting the CSS files to see if some property was setting the text as invisible, but that didn't have any effect.

Switching to the mobile version of the site shows the basic text. http://thedrawingduke.tumblr.com/mobile/
 
TagsNo tags attached.
Attached Filesjpg screenshot.jpg (113,392) 2017-05-12 01:50
https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=499&type=bug
jpg

jpg screen.jpg (135,248) 2018-01-23 21:30
https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=541&type=bug
jpg

Notes
(0001563)
Harriet Bazley   
2017-05-23 02:35   
The line that seems to be hiding the page content is "overflow: auto;" in the .paper style definition. If I delete that single line from the page source then the content appears (though the layout is evidently still somewhat messed-up; I don't know what it's supposed to look like, but I assume the scrolly frame thingy is supposed to be on the left, and probably not scrolly...)

.paper {
    font-size:1em;
  position: fixed;
  height: 100vh;
  width: 600px;
  overflow:auto;
  overflow-x:hidden;
  background: rgba(255,255,255,1);
 margin:10px auto;
box-shadow:0px 0px 0px 1px rgba(0,0,0, .092);
}
(0001715)
John-Mark Bell   
2018-01-21 14:40   
This appears to be working now.
(0001732)
Harriet Bazley   
2018-01-22 21:10   
It's not fixed here - if I visit http://thedrawingduke.tumblr.com/ I'm still seeing exactly the same effect as that shown in the screenshot I attached earlier.
(0001733)
John-Mark Bell   
2018-01-22 21:33   
Then this is RISC OS-specific -- it's fine on GTK.
(0001734)
Harriet Bazley   
2018-01-22 21:54   
Should I attempt to clone the report under RISC OS-specific category rather than Layout?
(0001736)
John-Mark Bell   
2018-01-22 23:11   
No need; I've changed the field value. Thanks.
(0001739)
Harriet Bazley   
2018-01-23 21:30   
Oops, my fault - I forgot I hadn't downloaded the new version of NetSurf before checking the link!

There are still problems with the layout (the main frame is partially covering the navigation labels to its right), but the page content is now visible under RISC OS as well when using dev version 4315. Sorry for false alarm.
(0001829)
Vincent Sanders   
2018-08-29 14:00   
Thank you for your report, this has been resolved in the 3.8 release

Issue History
2017-05-12 01:50Harriet BazleyNew Issue
2017-05-12 01:50Harriet BazleyFile Added: screenshot.jpg
2017-05-23 02:35Harriet BazleyNote Added: 0001563
2017-06-09 19:13Vincent SandersStatusnew => acknowledged
2017-06-09 19:13Vincent SandersDescription Updatedbug_revision_view_page.php?rev_id=1956#r1956
2017-06-09 19:13Vincent SandersAdditional Information Updatedbug_revision_view_page.php?rev_id=1958#r1958
2018-01-21 14:40John-Mark BellStatusacknowledged => resolved
2018-01-21 14:40John-Mark BellResolutionopen => fixed
2018-01-21 14:40John-Mark BellProduct Version => 3.7
2018-01-21 14:40John-Mark BellFixed in Version => 3.8
2018-01-21 14:40John-Mark BellTarget Version => 3.8
2018-01-21 14:40John-Mark BellFixed in CI build # => 4302
2018-01-21 14:40John-Mark BellNote Added: 0001715
2018-01-22 21:10Harriet BazleyStatusresolved => feedback
2018-01-22 21:10Harriet BazleyResolutionfixed => reopened
2018-01-22 21:10Harriet BazleyNote Added: 0001732
2018-01-22 21:33John-Mark BellNote Added: 0001733
2018-01-22 21:54Harriet BazleyNote Added: 0001734
2018-01-22 21:54Harriet BazleyStatusfeedback => new
2018-01-22 23:11John-Mark BellCategoryLayout => RISC OS-specific
2018-01-22 23:11John-Mark BellNote Added: 0001736
2018-01-22 23:18John-Mark BellStatusnew => acknowledged
2018-01-23 21:30Harriet BazleyFile Added: screen.jpg
2018-01-23 21:30Harriet BazleyNote Added: 0001739
2018-01-23 21:37Vincent SandersAssigned To => John-Mark Bell
2018-01-23 21:37Vincent SandersStatusacknowledged => resolved
2018-01-23 21:37Vincent SandersResolutionreopened => fixed
2018-08-29 14:00Vincent SandersStatusresolved => closed
2018-08-29 14:00Vincent SandersNote Added: 0001829