MantisBT - NetSurf
View Issue Details
0002087NetSurfLayoutpublic2014-03-05 00:512014-03-17 16:14
ReporterHarriet Bazley 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusconfirmedResolutionopen 
PlatformARMOSRISC OSOS Version5.19
Product Version3.1 
Target VersionFixed in Version 
Fixed in CI build #
Reported in CI build #1741
URL of problem pagehttp://www.cv-library.co.uk/
Summary0002087: Stylesheets not loading
DescriptionThe stylesheets for the CV-Library site are no longer loading, severely affecting the layout.
Steps To ReproduceVisit the site (see also below, and screenshots attached)
Additional InformationThe problem appears to be caused by strings of the form 'media="(min-width: 700px)" ' within the links that load the stylesheets in the page headers. If you do a full save and edit the headers accordingly, the stylesheets load and the intended layout can be seen. Before and after screenshots attached.
TagsNo tags attached.
Attached Fileszip screenshots.zip (61,017) 2014-03-05 00:51
https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=90&type=bug
? rlog (38,046) 2014-03-12 10:06
https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=99&type=bug

Notes
(0000259)
diadatp   
2014-03-09 03:43   
I could track down the problem to html_css.c:378 in the render folder.
The additional HTML5 media attributes of the link tag have to be implemented.
(0000268)
Vincent Sanders   
2014-03-12 10:09   
The rlog file is from a test run I ran from master HEAD.

I launched nsgtk with the http://www.cv-library.co.uk/ url from the command line

The browser is waiting with with "Fetching, Processing" in the status bar
"Loading..." as the title and the log says it is not doing anything but polling is happening

After waiting a while I created a new tab which worked

When switching back to the "Loading..." tab the browser aborted with a Segmentation Fault
(0000278)
Vincent Sanders   
2014-03-17 16:14   
with javascript disabled the page loads both stylesheets as our media attribute processing is wrong

Issue History
2014-03-05 00:51Harriet BazleyNew Issue
2014-03-05 00:51Harriet BazleyFile Added: screenshots.zip
2014-03-06 21:31Vincent SandersStatusnew => acknowledged
2014-03-06 21:31Vincent SandersProduct Version3.0 => 3.1
2014-03-09 03:43diadatpNote Added: 0000259
2014-03-12 10:06Vincent SandersFile Added: rlog
2014-03-12 10:09Vincent SandersNote Added: 0000268
2014-03-17 16:14Vincent SandersNote Added: 0000278
2014-03-17 16:14Vincent SandersStatusacknowledged => confirmed