odoo/o-spreadsheet#8276
Created by BI, Adrien Minne (adrm)
- label
- odoo:master-scrollbar-with-frozen-panes-adrm
- head
- 33d5f753ad88d2a8ab795a41d22823134b288a30
| odoo/o-spreadsheet | |
|---|---|
| master | #8276 missing r+ |
[IMP] scrollbar: take whole available size with frozen panes
Description
When there are frozen panes, the scrollbars are offset to start at the start of the main viewport. But there is no element on the side of the frozen panes, so components like Autofill and Table Resizer can overflow from the grid with nothing to cover them.
Task: 5891719
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