Re: [Jython-users] Interacting with Jython applet from web page
by Carl Waldbieser other posts by this author
Dec 7 2004 1:06PM messages near this date
[Jython-users] Interacting with Jython applet from web page
|
Re: [Jython-users] Auto getter/setter generation?
After re-reading the Jython docs, I determined I was not using the special
"@sig ..." docstring for the methods I wanted to expose to the web page.
However, I am still experiencing the strange page resetting behavior in
Firefox 1.0 on Windows XP and Windows 2000. Additionally, I have tested this
behavior on Safari on Mac OS X, and I have noticed this behavior as well.
Internet Explorer seems to be the only browser reacting the way I would
expect. Does anyone have any thoughts?
Thanks,
Carl Waldbieser
> Firefox also has some
> strange behavior-- I put some HTML buttons on the page to execute the
> JavaScript I wanted to test the applet with, and immediately after I press
> the (HTML) button, the applet "resets", and all the data I typed in
> vanishes. This happens even if I comment out all the code in the
> JavaScript event handler. This behavior does not occur with IE, so I am not
> sure if this is just a browser bug (I am also not sure which browser would
> be displaying the buggy behavior-- for all I know, maybe I need some sort
> of code to make the applet repaint itself?).
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
Thread:
Carl Waldbieser
Carl Waldbieser
|