This is weird. I'm careful to test with a version of Firefox that
does not have Firebug installed. I am working on a Mac, but that's
unlikely to be the issue.
(I just made a small change for Firefox: the empty prompt had zero
height--that is no longer the case.)
Arjun
I fixed this (tested on FF3.0.12 on a Mac).
I made some changes to Flapjax's DOM manipulation code that used
Element.children, which is only supported by IE8/Safari4/FF3.5. I've
reverted to using Element.childNodes, which works on older browsers.
In the future, I'll use older browsers while testing.
Arjun