I get exactly the same problem. The Javascript popup setting makes no difference (and I wouldn't expect it to, as the javascript isn't doing anything with popups). I find that if I create a folder on bloglines, then clicking on the folder
does work (but that loads all the feeds in that folder, which isn't ideal). I can't work out why the one works and not the other, and javascript debugger doesn't help.
In the language of the page:
The links with
javascript:doLoadf(x,y,z) don't do anything,
while the links with
javascript:doLoadFolder(x,y) work fine.
If you want to see a page that shows this without subscribing, look here:
http://www.bloglines.com/public/spookylukey
I guess this is a bug if confirmed, but I normally like to post more specific bug reports i.e. when I have
some idea of what isn't working, or reduce it so a simple case. In this case it seems that the doLoadf() function isn't even called, and from the source I can't see any reason why.