nicewoll向下滚动时出错

Error with nicescroll scrolling down

本文关键字:出错 滚动 nicewoll      更新时间:2023-09-26

我有一个运行聊天的html文档。收到新消息后,我用.append添加它。之后,我想向下滚动到聊天窗口的底部。但由于某些原因,nicewoll无法完全向下滚动。

我的html元素:

<div class="chat"> // class chat is unique
     <div id="chat_body">
         <span id="new_messages">
              //messages
         </span>
     </div>
 </div>

jquery脚本:

  $('#new_messages').append(messagehtml);
  $('.chat').getNiceScroll(1).resize();
  $('.chat').getNiceScroll(1).doScrollTop($('#chat_body').height() - 1, 1);

nice scroll(1),因为网站上还有另一个nicewoll元素。

在chrome开发人员控制台中使用$('.chat').getNiceScroll(1).doScrollTop($('#chat_body').height() - 1, 1);效果非常好。

我想知道为什么。也许.append太慢了?

我也面临同样的问题。我克服它的唯一方法是在内容的最后添加一个<br/>

对插件进行更改,更换以下

(q=!1,e.stopImmediatePropagation(),e.preventDefault())

带有

(q=!1,e.stopImmediatePropagation())