Commit ca97824
committed
[FIX] Tables: invalidate computed style on
The command `DELETE_CONTENT` can sometimes dispatch a subcommand that
deletes a table, which implies that the table style and therefore the
cell computed style need to be invalidated. Since the subcommand does
not reach Ui feature plugins when replaying commands, we need to
explicitely invalidate the table & cell styles on `DELETE_CONTENT`.
closes #8839
Task: 6253199
X-original-commit: cfcb7c9
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>DELETE_CONTENT
1 parent eb64a11 commit ca97824
2 files changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
925 | 941 | | |
926 | 942 | | |
927 | 943 | | |
| |||
0 commit comments