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

[17.0]web_remember_tree_column_width: can't remember change width column #3112

Open
hamzaezzamane opened this issue Mar 4, 2025 · 0 comments
Labels

Comments

@hamzaezzamane
Copy link

Column width changes are not saved immediately and sometimes not applied
Module

Module

web_remember_tree_column_width

Describe the bug

When resizing a column in a tree view, the new width is only saved in local storage after clicking outside the table. If the user does not click outside, the width is not remembered. Additionally, in some cases, even after clicking outside, the new width is stored but not actually applied when reloading the page.

To Reproduce

Odoo 17

Steps to reproduce the behavior:
1.Resize a column in a tree view.
2.Do not click outside the table and refresh the page.
3.The column width is not remembered.
4.Resize a column and then click outside the table.
5.Refresh the page. Sometimes, the column width in local storage is updated, but the change is not applied in the UI.

Expected behavior
-The column width should be saved immediately when resized, without requiring an extra click outside the table.
-The stored column width should always be correctly applied when reloading the page.

Additional context
Odoo version: 17
Operating System: windonws 11
Browser: CHROME

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant