odoo/o-spreadsheet#7470
Created by BI, Rémi Rahir (rar)
Merged
at 83c393f62dd6a21b95df613196e76de1f6ebbb59
Statuses:
- label
- odoo:saas-18.4-fix-ios-scroll-rar
- head
- b683492e3733f1c1eaadcdaffa7e46614caa9c0b
- merged
- 2 days ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| saas-18.4 | #7470 |
| 19.0 | #7514 |
| master | #7520 |
[FIX] Spreadsheet: fix scroll on ios
When opening a spreadsheet and scrolling towards the bottom of the sheet, the "default" behaviour of ios which is to have some sort of wobble when we scrolled all the way down, is triggered. It should not occur when scrolling inside the grid.
Description:
description of this task, what is implemented and why it is implemented that way.
Task: TASK_ID
review checklist
- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo