[iostreams doc] Menu not working

And there's no menu control for me (Firefox 2.0.0.14 on Ubuntu) Firebug reports "too much recursion." -- Dave Abrahams Boost Consulting http://boost-consulting.com

David Abrahams wrote:
And there's no menu control for me (Firefox 2.0.0.14 on Ubuntu) Firebug reports "too much recursion."
Thanks for pointing this out. I happen to have an Ubuntu system right here, and have reproduced the problem, so I will try to fix it. -- Jonathan Turkanis CodeRage http://www.coderage.com

Jonathan Turkanis wrote:
David Abrahams wrote:
And there's no menu control for me (Firefox 2.0.0.14 on Ubuntu) Firebug reports "too much recursion."
Thanks for pointing this out. I happen to have an Ubuntu system right here, and have reproduced the problem, so I will try to fix it.
Okay, I've fixed it in the trunk and on the website; please verify that it now works on your platform. Apparently, the JavaScript engine on this platform can't handle chains of a few hundred function invocations; I fixed the problem by breaking the menu into smaller chunks. When I have time, I'll break it into even smaller chunks, in case other platforms have even lower limits on function chains. I've opened ticket 1649. -- Jonathan Turkanis CodeRage http://www.coderage.com
participants (2)
-
David Abrahams
-
Jonathan Turkanis