You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors from pagination change handler when ExternalAgentSupport.updateContentDocument invoked with no spineItem.
Steps to reproduce
Easiest way to reproduce: use ScrollView, scroll through a spine item and observe the JS console.
ScrollView and ReflowableView both emit pagination events without setting spineItem and elementId in the event data. This causes errors when the data is passed through to ExternalAgentSupport.
Product
Only users of current develop branch, does not affect master
The text was updated successfully, but these errors were encountered:
This issue is a Bug
Related issue(s) and/or pull request(s)
PR #409
Observed behaviour
Errors from pagination change handler when
ExternalAgentSupport.updateContentDocument
invoked with no spineItem.Steps to reproduce
Easiest way to reproduce: use ScrollView, scroll through a spine item and observe the JS console.
ScrollView and ReflowableView both emit pagination events without setting spineItem and elementId in the event data. This causes errors when the data is passed through to ExternalAgentSupport.
Product
Only users of current develop branch, does not affect master
The text was updated successfully, but these errors were encountered: