Closed GoogleCodeExporter closed 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
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
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
This should be fixed now.
Original comment by dean.edw...@gmail.com
on 23 Jul 2007 at 8:59
Original issue reported on code.google.com by
doek...@gmail.com
on 21 Jul 2007 at 12:58