Searched refs:wasScrolledToBottom (Results 1 – 1 of 1) sorted by relevance
5692 Firebug.ConsolePanel.prototype=extend(Firebug.Panel,{wasScrolledToBottom:false,messageCount:0,lastL… property5698 this.filterLogRow(row,this.wasScrolledToBottom);5699 if(this.wasScrolledToBottom){scrollToBottom(this.panelNode)5814 if(state&&state.wasScrolledToBottom){this.wasScrolledToBottom=state.wasScrolledToBottom;5815 delete state.wasScrolledToBottom5816 }if(this.wasScrolledToBottom){scrollToBottom(this.panelNode)5817 …ysout("console.show ------------------ wasScrolledToBottom: "+this.wasScrolledToBottom+", "+this.c…5823 …ysout("console.hide ------------------ wasScrolledToBottom: "+this.wasScrolledToBottom+", "+this.c…5824 }},destroy:function(state){if(this.panelNode.offsetHeight){this.wasScrolledToBottom=isScrolledToBot…5825 }if(state){state.wasScrolledToBottom=this.wasScrolledToBottom[all …]