Project

General

Profile

Actions

Bug #6495

closed

WTableView.js scoll bug [Android]

Added by Matthias N almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Target version:
-
Start date:
07/10/2018
Due date:
% Done:

0%

Estimated time:

Description

WTableView.js::54

@

if (contentsContainer.scrollTop == 0 && WT.isAndroid)

return;

@

Github

Master: https://github.com/emweb/wt/blob/master/src/js/WTableView.js#L54

Commit: https://github.com/emweb/wt/commit/e83cffb181b979f5832707961326c8f127746d79

This line prevents table reload when scrolling vertical.

Possible solutions:

- Is this check still important ?

  • Do not return when scrolling vertical
Actions #1

Updated by Roel Standaert almost 6 years ago

  • Status changed from New to Implemented @Emweb

I guess we can remove that now.

Actions #2

Updated by Roel Standaert almost 6 years ago

  • Status changed from Implemented @Emweb to Resolved
Actions #3

Updated by Roel Standaert over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF