odoo/o-spreadsheet#6261
Created by fw-bot
Merged
at 934d7a20d7d85f308f09aae1471a4a16150671c6
Statuses:
- label
- odoo:master-master-onclick-parasitic-render-adrm-430507-fw
- head
- d6264d09cd6f8f6ef3e29cbe72410537b8bb5bc3
- merged
- 8 months ago by BI, Adrien Minne (adrm)
| odoo/o-spreadsheet | |
|---|---|
| saas-18.3 | #6145 |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| master | #6261 |
[FW][FIX] spreadsheet: parasitic render at every click
Description
Since the topbar refactor, a new render is triggered at every single click event, no matter where we click. This breaks every input with t-att-value, their content is reset at each click.
Task: 4737827
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: #6145