Hmmm... there seems to be a problem with this interpreter...
My Tidy extension shows me some errors, related to missing escaped code:
line 1800 column 78 - Warning: '<' + '/' + letter not allowed here
eg.:
interpreterString = '<H5>Interactive Javascript Interpreter/Debugger</H5>' +
should be writen this way:
interpreterString = '<H5>Interactive Javascript
Interpreter/Debugger<\/H5>' +
But I am not sure if this is the reason... I'll do some tests here...
Cheers
Roger
On 6/5/06, Kaan <[EMAIL PROTECTED]> wrote:
>
> Has anyone tried installing the MochiKit Interpreter egg from the
> cogbin and then gone into the widget browser?
>
> For me, when mochiinterpreter is installed, it seems to do something
> that the tabber widget doesn't like. It looks like the regular widget
> browser page, with the widget names and paths, but the entire tabber
> widget is hidden. If I turn off embedded styles, all the tabber divs
> show up but there's no tabber to be found. Removing the
> mochiinterpreter egg and restarting the toolbox makes it normal again.
>
> Anyone know what's going on?
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---