-
- Downloads
[IMP] web: restore scroll position
This rev. improves the way the scroll position is restored when coming back to a view (e.g. open a kanban view, scroll, click on a record to open it in a form view, go back to kanban using the breadcrumbs): - generalize the scroll position handling from web_enterprise to web to make it available in the community webclient as well - also restore left scroll position, not only top (especially useful for grouped Kanban views with a lot of columns) - handle the case where the scrolling area is a sub element of the view (e.g. the grouped Kanban view in mobile). Task 34037 Co-authored-by:Mohammed Shekha <msh@openerp.com> Co-authored-by:
Ankit Sathvara <asa@odoo.com>
Showing
- addons/web/static/src/js/chrome/abstract_web_client.js 26 additions, 0 deletionsaddons/web/static/src/js/chrome/abstract_web_client.js
- addons/web/static/src/js/chrome/action_manager.js 12 additions, 10 deletionsaddons/web/static/src/js/chrome/action_manager.js
- addons/web/static/src/js/chrome/web_client.js 34 additions, 0 deletionsaddons/web/static/src/js/chrome/web_client.js
- addons/web/static/src/js/views/abstract_controller.js 12 additions, 0 deletionsaddons/web/static/src/js/views/abstract_controller.js
- addons/web/static/src/js/views/abstract_renderer.js 8 additions, 0 deletionsaddons/web/static/src/js/views/abstract_renderer.js
- addons/web/static/src/js/views/basic/basic_controller.js 1 addition, 1 deletionaddons/web/static/src/js/views/basic/basic_controller.js
- addons/web/static/src/js/views/kanban/kanban_renderer_mobile.js 35 additions, 0 deletions.../web/static/src/js/views/kanban/kanban_renderer_mobile.js
- addons/web/static/tests/chrome/action_manager_tests.js 46 additions, 0 deletionsaddons/web/static/tests/chrome/action_manager_tests.js
Loading
Please register or sign in to comment