Side navigation
#1416 closed bug (fixed)
Opened July 21, 2007 09:01PM UTC
Closed August 28, 2007 04:34AM UTC
event.handle() can only return 'undefined' or 'false'
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.2 |
Component: | event | Version: | 1.1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is a problem since some events (like onbeforeunload) expect different return values, like a string.
Additionally, this would be good to fix so that plugins can make better use of the .trigger() mechanism.