Actions
Bug #6048
closedConsistently scroll views to the top (or anchor) on change
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Updated by ben leinfelder over 11 years ago
- Assignee set to ben leinfelder
Some views have implemented scrolling to the top or to page "anchors" within the view, but not all of them. It would be nice to generalize this so that any view can take advantage of scrolling without custom functions in each view.
Example: when you are scrolled all the way down looking at an EML detail page, but then shift to #data to search again, the search results are invisible and all you see is the footer which makes it look like a page load failure.
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
There is now a scrollToTop method invoked in AppView when the view transition completes. This will be called whenever there is not a custom postRender() method defined on the new view being rendered in the transition.
Updated by ben leinfelder over 11 years ago
- Target version changed from 1.1.0 to 185
Updated by ben leinfelder about 11 years ago
- Target version changed from 185 to 1.1.0
Actions