odoo/odoo#177066
Created by fw-bot
Merged
at 20ae4af07462caa86901189f8a332fb65fae8ca8
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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:saas-17.1-17.0-make-single-cell-selectable-adsa-zxfq-fw
- head
- b52434e2505f59c5c269af3dab58e2529089a41c
- merged
- 9 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: 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