Actions
Bug #6495
closedWTableView.js scoll bug [Android]
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