You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Include a base2 into a HTML page
2. Load that page in FireFox 3.0 or 3.5 on Windows where the Java plugin is
installed.
3 Find out that Java VM is actually started
What is the expected output? What do you see instead?
Loading base2 should not start the Java VM.
What version of the product are you using? On what operating system?
Base 1.0 in FF 3.0 and 3.5 on Windows
Please provide any additional information below.
This is due to a bug in FF3 and 3.5 :
http://code.google.com/p/doctype/wiki/ArticleHereComesTheSun
base2 itself triggers the bug in the `detect` function when it accesses
`java` attribute of the window.
IMO, this can be fixed by executing on demand the code that detects java
instead of precomputing it.
This way, people that do not need to detect Java would not be impacted. I
guess that those that need to detect java are happy to start it in most cases.
Original issue reported on code.google.com by [email protected] on 9 Jan 2010 at 4:39
The text was updated successfully, but these errors were encountered:
Godefroid fixed it in this version, where he raises an exception that say that
Java
detection is disabled:
http://codespeak.net/svn/kukit/kss.buildout/branch/1.4/3rd_party/base2-dom-fp-pa
tched.js
Original issue reported on code.google.com by
[email protected]
on 9 Jan 2010 at 4:39The text was updated successfully, but these errors were encountered: