odoo/o-spreadsheet#4536

Created by fw-bot
Merged at 3aa7ab7ee1267948def1a2775ab266a41f58e572

Statuses:

label
odoo:master-17.0-fix-sheet-name-interaction-rar-LyGn-fw
head
132e00d61dfebf745aa2e58b57c025f84d831a95
merged
3 months ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
17.0 #4523
saas-17.1 #4532
saas-17.2 #4533
saas-17.3 #4535
master #4536

[FW][FIX] BottomBarSheet: Prevent drag of sheet while editing its name

While editing the name of a spreadsheet in the bottom bar, it was impossible to simply select a part of the text because by clicking down, you would trigger the drag-and-drop of the sheet position.

task-4010842

Description:

description of this task, what is implemented and why it is implemented that way.

Task: : TASK_ID

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: #4533
Forward-Port-Of: #4523