odoo/o-spreadsheet#4630

Created by BI, Adrien Minne (adrm)
Merged at bacec6ec03bdbdcc4c35460b157cf7a0d19b8819

Statuses:

label
odoo:16.0-A1-hover-by-default-adrm
head
54dc658a4e224eba6168ba5c856257143743635f
merged
3 months ago by BI, Lucas Lefèvre (lul)
odoo/o-spreadsheet
16.0 #4630
17.0 #4672
saas-17.1 #4686
saas-17.2 #4687
saas-17.4 #4688
master #4689

[FIX] grid_overlay: A1 is hovered by default

Description

The cell A1 is set as hovered by default when opening the spreadsheet, even if the use didn't actually hover it.

Task: : 4042621

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