Henning Nöth created TOBAGO-2394: ------------------------------------ Summary: Lazy sheet: different loading behavior for Firefox and Chrome Key: TOBAGO-2394 URL: https://issues.apache.org/jira/browse/TOBAGO-2394 Project: MyFaces Tobago Issue Type: Task Components: JavaScript Affects Versions: 6.7.0, 5.15.0 Reporter: Henning Nöth
Firefox and Chrome/Webkit show a different behavior when loading rows in a lazy sheet. This is because after the first batch is loaded via lazy loading, the scrollposition must be set by JavaScript. In Chrome nothing more happens. In Firefox this triggers a scroll event which might load another batch of data. The loading behavior should be the same - independent from the browser. -- This message was sent by Atlassian Jira (v8.20.10#820010)