MantisBT - NetSurf | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000772 | NetSurf | [All Projects] General | public | 2005-02-18 23:02 | 2005-02-18 23:10 |
Reporter | jamesshaw | ||||
---|---|---|---|---|---|
Assigned To | Sourceforge Import placeholder | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | not fixable | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Fixed in CI build # | |||||
Reported in CI build # | |||||
URL of problem page | |||||
Summary | 0000772: Failure to retrieve/use local CSS document | ||||
Description | NetSurf (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 Information | jmb202 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 | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
There are no notes attached to this issue. |
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 |