Focus3D / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Crunchy dir_help and doc_help broken #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
fixed in revision 536  -at least for Python 2.x

Original comment by andre.ro...@gmail.com on 2 Jan 2008 at 11:48