Project

Profile

Help

Bug #2884

closed

Registering event listeners for objects outside DOM

Added by Debbie Lockett over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2016-08-18
Due date:
% Done:

100%

Estimated time:
Applies to JS Branch:
0.9
Fix Committed on JS Branch:
0.9
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-

Description

There is work to be done on the registerEventListeners method in transform.js.

We currently treat a 'hashchange' event as uniquely different: it is registered on the Window object, while all other events get registered on the Window.document. This is not the only event which should be registered outside the DOM.

Also, as documented, ixsl:event() "is not working fully in this Saxon-JS beta release", due to these problems.

Please register to edit this issue

Also available in: Atom PDF Tracking page