Feature #4844
closedCould 'resize' be added to the list of windowEvents?
100%
Description
AFAICT, the window events that SaxonJS can respond to are httpabort
, afterprint
, beforeprint
, beforeunload
, hashchange
, languagechange
, message
, offline
, online
, pagehide
, pageshow
, popstate
, storage
, unhandledrejection
, and unload
.
I have a page that dynamically computes part of its layout based on the window size. I'd like to be able to respond to the resize
event.
Related issues
Updated by Debbie Lockett almost 4 years ago
- Related to Bug #4728: Coverage for event handling added
Updated by Norm Tovey-Walsh almost 4 years ago
- Status changed from New to Resolved
Adding 'resize' to the event list worked. Templates can no respond to window resize events.
Updated by Debbie Lockett almost 4 years ago
- Category set to IXSL extensions
- Assignee set to Norm Tovey-Walsh
- Applies to JS Branch 2 added
- Fix Committed on JS Branch 2 added
Updated by Debbie Lockett over 3 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in JS Release set to Saxon-JS 2.1
Bug fix applied in the Saxon-JS 2.1 maintenance release.
Please register to edit this issue
Also available in: Atom PDF Tracking page