odoo/o-spreadsheet#3886

Created by fw-bot
Merged at efcfee2a107babe6dca756ef90ffd3bc1b42faac

Statuses:

label
odoo:saas-17.1-16.0-fix-autocomplete-weird-behavior-dhrp-XFe6-fw
head
51930ef160bc71b3c48ef79c1dd0f39bad9f2ede
merged
1 year ago by BI, Dhrutik Patel (dhrp)
odoo/o-spreadsheet
saas-16.3 #3866
15.0
saas-16.4 #3867
16.0 #3834
17.0 #3868
saas-17.1 #3886
18.0
saas-17.2 #3887
saas-18.1
saas-18.2
saas-18.3
saas-18.4
master #3923

[FW][FIX] Composer: weird behavior of autocomplete dropdown

Description:

Previously, when users typed "=S" in the composer, clicked outside, then started editing another cell, the autocomplete dropdown remained visible. Similarly, when they typed "=SUM(" and pressed enter, then edited another cell, the function assistant persisted.

This PR addresses the problem by ensuring that state values are set to false whenever the composer is not in edit mode.

Task: : 3789473

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: #3868
Forward-Port-Of: #3834