odoo/o-spreadsheet#4523

Created by BI, RĂ©mi Rahir (rar)
Merged at 9ba34eb20c68464195db2eb8729de04606a950b6

Statuses:

label
odoo:17.0-fix-sheet-name-interaction-rar
head
38317d2fae1484f7e3a1079fa4eaeb19dc4cacba
merged
1 month ago by BI, Pierre Rousseau (pro)
odoo/o-spreadsheet
17.0 #4523
saas-17.1 #4532
saas-17.2 #4533
saas-17.3 #4535
master #4536

[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