Fossil SCM
Disabled a dangling part of the search for a solution for the bottom-scrolling problem.
Commit
7f4000a62cd7469c217f1626eb99674930f9c2416b4310bc2b438236ad0c4e6b
Parent
8e12b61b50bf90d…
1 file changed
+1
-1
+1
-1
| --- src/chat.js | ||
| +++ src/chat.js | ||
| @@ -138,11 +138,11 @@ | ||
| 138 | 138 | */ |
| 139 | 139 | D.addClass(self.e.inputWrapper,'unsticky'); |
| 140 | 140 | } |
| 141 | 141 | if(mip.nextSibling) mip.parentNode.insertBefore(e, mip.nextSibling); |
| 142 | 142 | else mip.parentNode.appendChild(e); |
| 143 | - if(this.isUiFlipped()){ | |
| 143 | + if(false && this.isUiFlipped()){ | |
| 144 | 144 | //e.scrollIntoView(); |
| 145 | 145 | setTimeout(function(){ |
| 146 | 146 | //self.e.inputWrapper.scrollIntoView(); |
| 147 | 147 | //self.e.fileSelectWrapper.scrollIntoView(); |
| 148 | 148 | //e.scrollIntoView(); |
| 149 | 149 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -138,11 +138,11 @@ | |
| 138 | */ |
| 139 | D.addClass(self.e.inputWrapper,'unsticky'); |
| 140 | } |
| 141 | if(mip.nextSibling) mip.parentNode.insertBefore(e, mip.nextSibling); |
| 142 | else mip.parentNode.appendChild(e); |
| 143 | if(this.isUiFlipped()){ |
| 144 | //e.scrollIntoView(); |
| 145 | setTimeout(function(){ |
| 146 | //self.e.inputWrapper.scrollIntoView(); |
| 147 | //self.e.fileSelectWrapper.scrollIntoView(); |
| 148 | //e.scrollIntoView(); |
| 149 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -138,11 +138,11 @@ | |
| 138 | */ |
| 139 | D.addClass(self.e.inputWrapper,'unsticky'); |
| 140 | } |
| 141 | if(mip.nextSibling) mip.parentNode.insertBefore(e, mip.nextSibling); |
| 142 | else mip.parentNode.appendChild(e); |
| 143 | if(false && this.isUiFlipped()){ |
| 144 | //e.scrollIntoView(); |
| 145 | setTimeout(function(){ |
| 146 | //self.e.inputWrapper.scrollIntoView(); |
| 147 | //self.e.fileSelectWrapper.scrollIntoView(); |
| 148 | //e.scrollIntoView(); |
| 149 |