odoo/o-spreadsheet#4672

Created by fw-bot
Merged at e404065481ce9a4ecf3a241b4ea1e4695514ad76

Statuses:

label
odoo:17.0-16.0-A1-hover-by-default-adrm-JfB9-fw
head
238120f7917f080a739b6d19c039d64637d29f05
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: #4630