odoo/odoo#177171
Created by fw-bot
Merged
at 3ca546632f476f43922071c328db00b8e1d4e350
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-17.0-make-single-cell-selectable-adsa-KRT0-fw
- head
- 78099694320c2425eaff1bd87ff8a12996eb63aa
- merged
- 8 months ago by Editor, David Monjoie (dmo)
odoo/odoo | |
---|---|
17.0 | #174663 |
saas-17.1 | #177066 |
saas-17.2 | #177154 |
saas-17.4 | #177160 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
master | #177171 |
[FW][FIX] web_editor, html_editor: not able to select single cell
Current behaviour before PR:
In table, empty single cell is not selectable through mouse. This happens
because isVisible function fails to check if cell is empty or not.
Desired behaviour after PR:
Now it is possible to select empty cell through mouse. Now we are using isEmptyBlock
to check if cell is empty or not.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #174663