On Sat, Jan 10, 2009 at 1:03 PM, Chris Anderson <[email protected]> wrote:
> On Sat, Jan 10, 2009 at 10:49 AM, Jeff Hinrichs - DM&T > <[email protected]> wrote: > > On Sat, Jan 10, 2009 at 12:37 PM, Robert Koberg <[email protected]> wrote: > > > >> You could use the firebug beta to hack (or just find out what the error > >> is): > >> > >> http://getfirebug.com/releases/index.html > >> > >> best, > >> -Rob > > > > Ok, so this makes it fun, I enable firebug and the select view dropdown > > starts having an effect. It works correctly from a UI standpoint, > however > > at the end of each request I am seeing this error: > > > > [Exception... "Component is not available" nsresult: "0x80040111 > > (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: > > file:///usr/lib/firefox-3.0.5/components/nsSessionStore.js :: > sss_saveState > > :: line 1908" data: no] > > file:///usr/lib/firefox-3.0.5/components/nsSessionStore.js > > Line 1908 > > > > I bet all the CouchDB committers have Firebug installed, so we didn't > notice the error. The NS error, in my experience, is part of the > standard Firebug experience, and happens on many pages > > I'm also not able to reproduce on Safari.... which also has a console > object, so... eureka! It should be fixed now. There was an errant > console.log() call in database.html's code dealing with the select > box. I've removed it and committed the changes. You should be able to > proceed as normal, now. > > Thanks for helping us work through this. > > -- > Chris Anderson > http://jchris.mfdz.com > Chris, I just svn up'd moments before this post and I can confirm that 733315 fixed the problem for me. Thank you! I am glad to help in what ever small way that may be. Thanks, Jeff -- Jeff Hinrichs Dundee Media & Technology, Inc [email protected] 402.218.1473 web: www.dundeemt.com blog: inre.dundeemt.com
