Personal tools
You are here: Home   Bugs   Add support for document:beforeunload  
 
Document Actions

#14 — Add support for document:beforeunload

State Unconfirmed
Release: 1.2 (Zope 2.10)
Area Client side core plugins
Issue type Feature
Severity Medium
Submitted by (anonymous)
Submitted on 2007-10-19
Responsible
Target release:
Return to tracker
Last modified on 2007-10-19
While document:load is implemented as a kss event, there is no support for unload. Ree suggested using window.onbeforeunload to implement this, I think it would be useful to have...