choirulz / base2

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

JSB is broken since r99 #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JSB is broken since the checkin of r99. This means, packer.html is also broken.

If you get r93 of lib/base2-jsb-fp.js, it works fine.

Original issue reported on code.google.com by doek...@gmail.com on 21 Jul 2007 at 12:58

GoogleCodeExporter commented 9 years ago
This has something to do with:
  EventTarget.dispatchEvent(document, "ready")

but I can't really put my finger on it. Shouldn't be the 2nd argument an Event 
object? Something like:
  DocumentEvent.createEvent(document, "ready")

Original comment by doek...@gmail.com on 21 Jul 2007 at 4:15

GoogleCodeExporter commented 9 years ago
Oh yeah, Safari 2 crashes. WebKit gives an error: 
UNSPECIFIED_EVENT_TYPE_ERR: DOM Events Exception 0

And Firefox gives an error as well:
uncaught exception: [Exception... "Could not convert JavaScript argument"  
nsresult: "0x80570009 
(NS_ERROR_XPC_BAD_CONVERT_JS)"  location: "JS frame :: 
http://base2.googlecode.com/svn/trunk/lib/base2-
jsb-fp.js :: anonymous :: line 1"  data: no]

Original comment by doek...@gmail.com on 21 Jul 2007 at 4:27

GoogleCodeExporter commented 9 years ago
I broke stuff with the last release. :-(

We need to get serious about versioning as you have already suggested. I would 
pefer
that we user-friendly *permanent* URLs for particular point releases. Let's 
keep the
/lib/ directory for the bleeding edge..

I will check in fixes for the latest issues soon.

Original comment by dean.edw...@gmail.com on 21 Jul 2007 at 8:00

GoogleCodeExporter commented 9 years ago
This should be fixed now.

Original comment by dean.edw...@gmail.com on 23 Jul 2007 at 8:59