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

Commits on Apr 29, 2024

  1. [FIX] project_todo: show table ui elements

    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
    Mtaylorr committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ed42628 View commit details
    Browse the repository at this point in the history