Nathan Mische wrote:

Hmm... I'm dowloading the latest HTMLArea code from CVS now. Maybe I can
figure out something from that.

Okay. I decided to clear my cache and now the window comes up without an error. However, you can't type anything. As soon as you type a letter in the window the letter appears, but a js error pops up as well.


The error is in the same file (fullscreen.html) line 37
=================
35: function _CloseOnEsc(ev) {
36:     ev || (ev = window.event);
37:     if (ev.keyCode == 27) {
38:             // update_parent();
39:             window.close();
40:             return;
41:     }
42: }
=================

-jeff

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to