Note: this is a different issue than issue 80.
In order to display tooltip info (doc_help and dir_help), Crunchy relied on
the fact that all Borg interpreters shared a common state. When inserting
a "tooltip object" in a page, Crunchy was initializing a Borg Interpreter.
Now that Crunchy defines BorgGroups (identified by a pageid), the Borg
Interpreter initialized in tooltip.py is not part of that group - and hence
does not share information with it.
We need to initialize to ensure that the Borg Console initialised in
tooltip shares the same pageid to fix this bug.
Original issue reported on code.google.com by andre.ro...@gmail.com on 2 Jan 2008 at 11:01
Original issue reported on code.google.com by
andre.ro...@gmail.com
on 2 Jan 2008 at 11:01