appframework
appframework copied to clipboard
scroller sometimes add height automatically when enable infinite scroll and navigate back from another panel
demo: http://fiddle.jshell.net/2fx55rf6/42/show/
In demo I've loaded: af.ui.base.min.css/ appframework.min.js/ appframework.ui.min.js/ af.scroller.js
Way to reproduce the situation:
- open the demo, scroll the "#opp" panel to bottom (wait util it says:"This was loaded via inifinite scroll More Content")
- check the css of
div.afScrollPanel
:... matrix3d( ... ,-596, 0, 1);
- click "filter" button, which bring us to another panel "#opp-filter"
- navigate back from "#opp-filter"
- now
div.afScrollPanel
:... matrix3d( ... ,-648, 0, 1);
Verified this. I'll try to look into it if I get time.