Skip to content
Commit a5c4193f authored by Krzysztof Nowicki's avatar Krzysztof Nowicki
Browse files

Fix automatic scrolling of chat window

Around Chromium 60/61 google has deprecated use of
document.body.scrollTop in favour of
document.scrollingElement.scrollTop, which is why auto scrolling broke
with Qt 5.10 (shipped with Chromium 61).

https://bugs.chromium.org/p/chromium/issues/detail?id=766938

In addition to that there seems to be some name clash with the
scrollToBottom() function as the implementation inside Template.html
was never called. A simple rename fixed the problem.

Related Bug: https://bugs.kde.org/show_bug.cgi?id=388082

Reviewers: #kde_telepathy

Reviewed By: akulichalexandr

Subscribers: #kde_telepathy

Differential Revision: https://phabricator.kde.org/D16382
parent db99afb8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment