Searched refs:isScrolledToBottom (Results 1 – 3 of 3) sorted by relevance
544 this.isScrolledToBottom=function(element){var onBottom=(element.scrollTop+element.offsetHeight)==el… function5813 …on(state){if(this.panelNode.offsetHeight){this.wasScrolledToBottom=isScrolledToBottom(this.panelNo…5881 }},onScroll:function(event){this.wasScrolledToBottom=FBL.isScrolledToBottom(this.panelNode);8183 var isScrolledToBottom=container.scrollTop+container.offsetHeight>=container.scrollHeight;8185 if(isScrolledToBottom){container.scrollTop=container.scrollHeight-container.offsetHeight
1503 this.isScrolledToBottom = function(element) function22496 this.wasScrolledToBottom = isScrolledToBottom(this.panelNode);22727 this.wasScrolledToBottom = FBL.isScrolledToBottom(this.panelNode);30914 var isScrolledToBottom =30919 if (isScrolledToBottom)
555 this.isScrolledToBottom=function(element){var onBottom=(element.scrollTop+element.offsetHeight)==element.scrollHeight; function 556 if(FBTrace.DBG_CONSOLE){FBTrace.sysout("isScrolledToBottom offsetHeight: "+element.offsetHeight+" onBottom:"+onBottom)5824 }},destroy:function(state){if(this.panelNode.offsetHeight){this.wasScrolledToBottom=isScrolledToBottom(this.panelNode)5892 }},onScroll:function(event){this.wasScrolledToBottom=FBL.isScrolledToBottom(this.panelNode);8194 var isScrolledToBottom=container.scrollTop+container.offsetHeight>=container.scrollHeight;8196 if(isScrolledToBottom){container.scrollTop=container.scrollHeight-container.offsetHeight