[ 
https://issues.apache.org/jira/browse/FLAGON-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904121#comment-16904121
 ] 

Joshua Poore commented on FLAGON-440:
-------------------------------------

Broke out 'submit' events into its own category, similar to bufferedEvents, in 
attachHandlers src:

bufferedEvents = {
 'wheel' : function(e) \{ return { 'x' : e.deltaX, 'y' : e.deltaY, 'z' : 
e.deltaZ }; },
 'scroll' : function() \{ return { 'x' : window.scrollX, 'y' : window.scrollY 
}; },
 'resize' : function() \{ return { 'width' : window.outerWidth, 'height' : 
window.outerHeight }; }
 };

 refreshEvents = {
 'submit' : null
 };
}

> create sendOnRefresh function in sendlog
> ----------------------------------------
>
>                 Key: FLAGON-440
>                 URL: https://issues.apache.org/jira/browse/FLAGON-440
>             Project: Flagon
>          Issue Type: Sub-task
>          Components: UserALE.js
>    Affects Versions: UserALE.js 2.1.0
>         Environment: java script
>            Reporter: Joshua Poore
>            Assignee: Joshua Poore
>            Priority: Major
>             Fix For: UserALE.js 2.1.0
>
>
> In order to capture events that cascade and ultimately trigger page 
> refreshes, we need a function to wrap up sendLogs.
> This function needs to be included in the listening function of the event 
> handler for classes of events that initiate refreshes



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to