odoo/o-spreadsheet#6137
Created by fw-bot
Merged
at 9d600774b66d9f49fd7018c0e8fddc0eb361e1a7
Statuses:
- label
- odoo:saas-18.2-18.0-scroll-mobile-rar-430452-fw
- head
- 36ab42e883b2fa7910b471dff946bc4fb373d303
- merged
- 1 year ago by BI, Rémi Rahir (rar)
| odoo/o-spreadsheet | |
|---|---|
| 18.0 | #6082 |
| saas-18.1 | #6136 |
| saas-18.2 | #6137 |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| saas-19.2 | |
| saas-19.3 | |
| master | #6147 |
[FW][FIX] Spreadsheet: Fix scroll issues in mobile
Description:
Currently, the scroll via touch is barely supported and only on the grid overlay DOM element, which means that you cannot scroll if you pass your finger on a figure for instance.
This task tries to help out specifically in dashboard mode as there are no interactions with the different components (no drag and drop of components, grid selection, etc...).
description of this task, what is implemented and why it is implemented that way.
Task: 4720073
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: #6082