On 01/05/13 17:45, Tony Moore wrote:
On 1 May 2013, Daniel Silverstone <dsilv...@netsurf-browser.org> wrote:
The JS support in the current builds is very likely to be identical to
the 3.0 build.
http://javatester.org/javascript.html responds to NS 3.0 with a blank
Test Results window, whereas the response to the current 3.1 build is
verbose. I took this to indicate JS progress. I'm sorry if the assumtion
was not correct.
I think it is highly likely that NetSurf 3.0 has been built without
JavaScript support. This would explain the persistent disabling of
JavaScript on startup. When JavaScript is enabled, the blank page on
JavaScript tester is a result of the browser thinking it supports
JavaScript (so the <noscript> section gets ignored), but not supporting
JavaScript (so the expected text does not get printed, as it uses
JavaScript to print that text.
The only bug here is that the "Disable JavaScript" choices option should
not be available in builds that do not support JavaScript.
Chris