dasmurphy / base2

Automatically exported from code.google.com/p/base2
0 stars 1 forks source link

Syntax error in Firefox 3 #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include base2-dom-fp.js (as included in the KSS-distribution)
2. Load page in Firefox 3 beta 3

What is the expected output? What do you see instead?
A syntax error is raised.

What version of the product are you using? On what operating system?
There is no version-information available for the base2-library. I believe an 
older version is used, 
not directly compatible with the present.

Original issue reported on code.google.com by mbo...@gmail.com on 9 Mar 2008 at 8:55

GoogleCodeExporter commented 9 years ago
This is clearly a bug in FF3. It cannot parse the JavaScript for some reason. 
There
is no syntax error just an "out of memory" error. Strangely, if you insert a
line-break somewhere early in the script it can be parsed correctly. Very 
annoying
bug! Lets hope it is fixed before FF3 goes live.

Original comment by dean.edw...@gmail.com on 10 Mar 2008 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 10 Mar 2008 at 8:58

GoogleCodeExporter commented 9 years ago
Huh, I created a simple test page but I can't seem to reproduce it (at least 
not in
the nightlies):
http://ejohn.org/files/bugs/base2-fp/

Original comment by jeresig on 21 Mar 2008 at 8:24

GoogleCodeExporter commented 9 years ago
This bug is now fixed in the /version/ directory.

@John (or other Mozilla hacker) - I've preserved test cases here:

http://dean.edwards.name/temp/base2.html 
http://dean.edwards.name/temp/base2-fixed.html 

Original comment by dean.edw...@gmail.com on 21 Mar 2008 at 8:36

GoogleCodeExporter commented 9 years ago
It seems that this bug is only manifest if Firebug is installed so it is a 
Firebug
problem rather than a Firefox problem.

Original comment by dean.edw...@gmail.com on 21 Mar 2008 at 10:39