[Twisted-web] Athena closed the live connection when escape is hit

Jean-Paul Calderone exarkun at divmod.com
Mon Dec 4 17:01:30 CST 2006


On Mon, 4 Dec 2006 14:25:51 -0800, Cory Dodt <corydodt+hello at gmail.com> wrote:
>Can't we just stopPropagation/preventDefault on keycode 27?
>
>C
>

If you're interested in hacking in this area, please go ahead. :)  What
I would _actually_ like is for all of these behaviors (escape handling,
startup behavior, disconnect behavior, etc) to be defined on a client-side
page class specified by the server-side LivePage.  Then each application
can trivially define the desired behavior itself.

I thought I'd started on this a while back, and perhaps I did, but I can't
find the code now.  It should be much work, anyway, as it is mostly a
refactoring of existing code.

Jean-Paul



More information about the Twisted-web mailing list