MezzoNZ / crunchy

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

interpreter input does not always appear with jquery #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start Crunchy and go on the interpreter tutorial page

What is the expected output? What do you see instead?

All interpreters should have an input box.  Sometimes, the first one does
not appear.  (andre's branch with jquery)

I moved the "show" method so that it is executed later in cometIO.py, but
the problem still occurs sometimes.  One way around this might be to
change the code in io_widget (?) so that, when we insert an interpreter,
the io widget is shown (rather than hidden).

Original issue reported on code.google.com by andre.ro...@gmail.com on 23 Aug 2008 at 2:24

GoogleCodeExporter commented 8 years ago
Fixed - revision 931.

Original comment by andre.ro...@gmail.com on 24 Aug 2008 at 12:01