JohnCardinal / crunchy

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

Problem with Crunchy and MoinMoin #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install MoinMoin (see http://code.google.com/p/crunchy/wiki/UsingMoinMoin)
2. Load http://127.0.0.1:8080/HelpOnParsers as a remote tutorial
3. Scroll down to a Python code sample (with no line numbers)
4. Click on the edit icon to make a textarea appear
5. Click on the Execute button

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

  * Nothing happens.  There is a javascript error: "push_input is not defined".
  * Alternatively, try typing something in the interpreter -nothing
happens, other than some javascript error (seen using firebug).

It appears as though a javascript file is not loaded properly - need to
investigate this further. 

Original issue reported on code.google.com by andre.ro...@gmail.com on 28 May 2008 at 11:01

GoogleCodeExporter commented 9 years ago
The problem appears to be with the security level of 127.0.0.1:8080

It seems to be set to "display trusted" and this can not be changed from the 
menu
(another bug?...)

Original comment by andre.ro...@gmail.com on 28 May 2008 at 11:35

GoogleCodeExporter commented 9 years ago
Fixed - revision 686.  Note that 127.0.0.1:8080 is set to "display trusted" by
default, whereas 127.0.0.1 by itself is set to "trusted" by default. 

Original comment by andre.ro...@gmail.com on 29 May 2008 at 1:29