Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] project_todo: show table ui elements #163852

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Apr 29, 2024

Commit that introduced the issue: c98c583

Issue:

The row and column table ui elements doesn't show correctly.

Steps to reproduce the issue:

  • Go to to-do
  • add a table on top the editable
  • Hover on the top left cell
  • The row and col ui boxes doesn't show correctl

Origin of the issue:

Since we forced the mentioned commit that overflow-x should be hidden, then the ui elements which overflows the visible area of the html field will be hdden too that's why only a small part of them appear.

Solution:

To conserve the same ui and not add extra padding , we add padding to the note-editable to make it possible to display the ui elements fully (needs 16px) and decrease the padding of the padding of the formView sheet.

Before:

before_3861784

After:

after_3861784

task-3861784

Forward-Port-Of: #162029

Commit that introduced the issue: odoo@c98c583

Issue:
======
The row and column table ui elements doesn't show correctly.

Steps to reproduce the issue:
=============================
- Go to to-do
- add a table on top the editable
- Hover on the top left cell
- The row and col ui boxes doesn't show correctl

Origin of the issue:
====================
Since we forced the mentioned commit that `overflow-x` should be hidden,
then the ui elements which overflows the visible area of the html field
will be hdden too that's why only a small part of them appear.

Solution:
=========
To conserve the same ui and not add extra padding , we add padding to
the `note-editable` to make it possible to display the ui elements fully
(needs 16px) and decrease the padding of the padding of the formView
sheet.

task-3861784

X-original-commit: 0b45d08
@robodoo
Copy link
Contributor

robodoo commented Apr 29, 2024

@fw-bot
Copy link
Contributor Author

fw-bot commented Apr 29, 2024

This PR targets saas-17.2 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@robodoo robodoo added the forwardport This PR was created by @fw-bot label Apr 29, 2024
@C3POdoo C3POdoo added the RD research & development, internal work label Apr 29, 2024
robodoo pushed a commit that referenced this pull request Apr 30, 2024
Commit that introduced the issue: c98c583

Issue:
======
The row and column table ui elements doesn't show correctly.

Steps to reproduce the issue:
=============================
- Go to to-do
- add a table on top the editable
- Hover on the top left cell
- The row and col ui boxes doesn't show correctl

Origin of the issue:
====================
Since we forced the mentioned commit that `overflow-x` should be hidden,
then the ui elements which overflows the visible area of the html field
will be hdden too that's why only a small part of them appear.

Solution:
=========
To conserve the same ui and not add extra padding , we add padding to
the `note-editable` to make it possible to display the ui elements fully
(needs 16px) and decrease the padding of the padding of the formView
sheet.

task-3861784

closes #163852

X-original-commit: 0b45d08
Signed-off-by: David Monjoie (dmo) <dmo@odoo.com>
@robodoo robodoo closed this Apr 30, 2024
@fw-bot fw-bot deleted the saas-17.2-saas-16.3-task-3861784-macr-ToPA-fw branch May 14, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwardport This PR was created by @fw-bot RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants