summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/bugs.html
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-10-15 11:09:56 +0000
committerJames Bursa <james@netsurf-browser.org>2002-10-15 11:09:56 +0000
commitc009c7111c99ff78c5116f874a57a9ac7daf960d (patch)
tree8eea27a86a6c25e582b5264a2a7368021ad45cab /!NetSurf/Resources/bugs.html
parent6762cb7a0d5950ba3bcdb6e73df4da834540f272 (diff)
downloadnetsurf-c009c7111c99ff78c5116f874a57a9ac7daf960d.tar.gz
netsurf-c009c7111c99ff78c5116f874a57a9ac7daf960d.tar.bz2
[project @ 2002-10-15 11:09:56 by bursa]
Add application directory. svn path=/import/netsurf/; revision=46
Diffstat (limited to '!NetSurf/Resources/bugs.html')
-rw-r--r--!NetSurf/Resources/bugs.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/!NetSurf/Resources/bugs.html b/!NetSurf/Resources/bugs.html
new file mode 100644
index 000000000..325d7f38a
--- /dev/null
+++ b/!NetSurf/Resources/bugs.html
@@ -0,0 +1,17 @@
+<html>
+ <head>
+ <title>Bugs in NetSurf</title>
+ </head>
+ <body>
+ <center><h1>Known bugs</h1></center>
+ <h3>Memory usage</h3>
+ <p>NetSurf soon runs out of memory. This is because the memory claimed for the parsed HTML and box structures is not released when another page is requested. To get around this drag the <b>Next</b> bar in the <b>Task Manager</b> up to something ridiculous before running <i>NetSurf</i>. When NetSurf runs out of memory it will quit without warning.</p>
+ <h3>Relative links</h3>
+ <p>Following a relative link does not work if the current URL does not end with a leafname or a slash. Eg: <a href="http://www.riscos.com">http://www.riscos.com</a> would cause problems whereas <a href="http://www.riscos.com/">http://www.riscos.com/</a> would not.</p>
+ <h3>Multiple fetches</h3>
+ <p>Multiple fetches (in different windows) don't seem to work yet.</p>
+ <center><h1>Possibly fixed bugs</h1></center>
+ <p>This version includes new table code that should allow <i>NetSurf</i> to work with pages containing malformed tables.</p>
+ <p style="text-align: center"><a href="intro.html">Return to the main page</a></p>
+ </body>
+</html>