Fix jumping scrollbar issue in mail view
Closed, ResolvedPublic

Description

With multiple mails in a thread we currently experience issues with a scrollbar that jumps back and forth.

This could be because the mails that make up the length of the whole page only get rendered once we scroll to them, at which point they will resize because we depend on the content size.

It could also be because we're using QWebKit to calculate the size but QWebEngine to display it. This can be fixed with Qt 5.7.

Related Objects

cmollekopf triaged this task as Normal priority.Nov 14 2016, 7:59 PM

Switching to qwebengine didn't fix the problem.

cmollekopf moved this task from 0.1 to 0.2 on the Kube board.Feb 10 2017, 9:49 AM
cmollekopf edited projects, added Kube (0.2); removed Kube (0.1).
cmollekopf moved this task from 0.2 to Backlog on the Kube board.Feb 21 2017, 12:43 PM
cmollekopf edited projects, added Kube; removed Kube (0.2).
cmollekopf moved this task from Backlog to 0.4 on the Kube board.Jun 28 2017, 1:52 PM
cmollekopf edited projects, added Kube (0.4); removed Kube.
cmollekopf lowered the priority of this task from Normal to Low.

I'm no longer witnessing this problem, but it might be because the scrollbar is hidden by default.

cmollekopf closed this task as Resolved.Aug 3 2017, 8:09 PM
cmollekopf claimed this task.

Works for me.