odoo/o-spreadsheet#4689

Created by fw-bot
Merged at 94546f24a8285232c20f250bfd119ea93206d2e8

Statuses:

label
odoo:master-16.0-A1-hover-by-default-adrm-n0K5-fw
head
2c49e6eb14602120a54ba58eca10050f3695685c
merged
3 months ago by BI, Adrien Minne (adrm)
odoo/o-spreadsheet
16.0 #4630
17.0 #4672
saas-17.1 #4686
saas-17.2 #4687
saas-17.4 #4688
master #4689

[FW][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

Forward-Port-Of: #4686
Forward-Port-Of: #4630