-
- Downloads
[FIX] web: fix horizontal scroll position not preserved
before this commit: when there is a horizontal scroll in view say for example kanban view where there are too many columns and user scrolls horizontally and go to form view by clicking on any record and then come back to kanban view horizontal scroll is not preserved and user is moved to scroll position 0 this is due to commit: https://github.com/odoo/odoo/commit/19eacf7d23c9413de4430a3422b5ed74b37ef242 after this commit: scrolling horizontally and then go to form view and come back to previous view will preserve scroll position, we also consider case for kanban view where there are too many columns and user click on 'Add Column' user will be scrolled to new column element. task-2418275 closes odoo/odoo#66215 X-original-commit: 171036aefe21799f7a791cc3cd73a7d249aa0b00 Signed-off-by:Aaron Bohy (aab) <aab@odoo.com>
Loading
Please register or sign in to comment