Fossil SCM

Disabled a dangling part of the search for a solution for the bottom-scrolling problem.

stephan 2020-12-26 16:21 chat-mode-bottom-up
Commit 7f4000a62cd7469c217f1626eb99674930f9c2416b4310bc2b438236ad0c4e6b
1 file changed +1 -1
+1 -1
--- src/chat.js
+++ src/chat.js
@@ -138,11 +138,11 @@
138138
*/
139139
D.addClass(self.e.inputWrapper,'unsticky');
140140
}
141141
if(mip.nextSibling) mip.parentNode.insertBefore(e, mip.nextSibling);
142142
else mip.parentNode.appendChild(e);
143
- if(this.isUiFlipped()){
143
+ if(false && this.isUiFlipped()){
144144
//e.scrollIntoView();
145145
setTimeout(function(){
146146
//self.e.inputWrapper.scrollIntoView();
147147
//self.e.fileSelectWrapper.scrollIntoView();
148148
//e.scrollIntoView();
149149
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button