odoo/o-spreadsheet#7520
Created by fw-bot
Merged
at 17154b29663f245957b4925a22144cbac5c34a92
Statuses:
- label
- odoo:master-saas-18.4-fix-ios-scroll-rar-479369-fw
- head
- 9d68f263934b624d67a7fb7ee70632fc71b8cc4f
- merged
- 2 days ago by BI, Rémi Rahir (rar)
| 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
Forward-Port-Of: #7470