2024-11-24 16:21 UTC

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000772NetSurf[All Projects] Generalpublic2005-02-18 23:10
Reporterjamesshaw 
Assigned ToSourceforge Import placeholder 
SeverityminorReproducibilityhave not tried 
StatusclosedResolutionnot fixable 
Product Version 
Target VersionFixed in Version 
Summary0000772: Failure to retrieve/use local CSS document
DescriptionNetSurf (CVS 2005/02/18 build) does not successfully
retrieve/use a local CSS document linked from an HTML
document.

The following test case illustrates this:

--- test.html ---

<html>
<head>
<link rel="stylesheet" type="text/css" href="test.css">
</head>
<body>
<div>Hello World</div>
</body>
</html>

--- end test.css ---

--- begin test.css ---

div { font-size: x-large; }

--- end test.css ---

The same test case works fine when retrieved via HTTP.

Attachments: stderr trace
Additional Informationjmb202 added a note on Fri Feb 18 23:10:56 2005

Logged In: YES
user_id=906191

It retrieves the file fine. The issue you are seeing is that you don't have the CSS file typed correctly, so it assumes text/plain. Set the CSS filetype to &F79 and it will work fine (assuming, of course, you have an appropriate entry in your mimemap file).

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

TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
URL of problem page
Attached Files

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2013-12-10 17:41 Vincent Sanders New Issue
2013-12-10 17:41 Vincent Sanders Assigned To => Sourceforge Import placeholder
+Issue History