NewLisp Ide : problems with Ie 6.0
Posted: Mon Sep 10, 2007 10:37 am
I've installed newLisp Ide in c:\programmi\newlisp
(that is, I have a directory c:\programmi\newlisp\ide containing
index.html, editor-frame.html, etc...
I made a desktop link to start the server as the following :
C:\Programmi\newlisp\newlisp.exe -httpd -d 8080 -w C:\Programmi\newlisp\ide
I made a c:\tmp directory.
If I start the server, I open a browser (IE 6.0) and then ask for:
http://127.0.0.1:8080
the main editor page appears correctly.
from this page I can navigate using the left directory tree and I can inspect the distribuition files.
However, As I click on a button (even NEW):
the editor page does not change,
the browser shows on the status line:
Apertura pagina http://127.0.0.1:8080/content-frame.cgi,
it keeps running the upper right icon , but it is not really waiting.
If now I click on another file name, it is correctly displayed in the edit window.
If I manually clear the edit window and I enter a simple expression
like (println "hello") and I click on the eval button, the above behaviour
repeats exactly as described.
This happens only using IE 6.0.
Using Mozilla Firefox all works perfectly
Any suggestion ?
Regards
Maurizio
(that is, I have a directory c:\programmi\newlisp\ide containing
index.html, editor-frame.html, etc...
I made a desktop link to start the server as the following :
C:\Programmi\newlisp\newlisp.exe -httpd -d 8080 -w C:\Programmi\newlisp\ide
I made a c:\tmp directory.
If I start the server, I open a browser (IE 6.0) and then ask for:
http://127.0.0.1:8080
the main editor page appears correctly.
from this page I can navigate using the left directory tree and I can inspect the distribuition files.
However, As I click on a button (even NEW):
the editor page does not change,
the browser shows on the status line:
Apertura pagina http://127.0.0.1:8080/content-frame.cgi,
it keeps running the upper right icon , but it is not really waiting.
If now I click on another file name, it is correctly displayed in the edit window.
If I manually clear the edit window and I enter a simple expression
like (println "hello") and I click on the eval button, the above behaviour
repeats exactly as described.
This happens only using IE 6.0.
Using Mozilla Firefox all works perfectly
Any suggestion ?
Regards
Maurizio