-
Notifications
You must be signed in to change notification settings - Fork 30.1k
[FIX] web: fix form view "More" button #38853
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
Conversation
e332ffb
to
12c88ca
Compare
12c88ca
to
44fb6fb
Compare
44fb6fb
to
6bce38a
Compare
In form views, when the window size is too small, a "More" button appears and it should contain the overflow buttons. On all browsers, the "More" dropdown doesn't contain the expected amount of buttons, so it is shifted on the second line. Before this commit: - The "More" dropdown doesn't contain the expected amount of buttons, so it is shifted on the second line. After this commit: - The "More" dropdown contains the expected amount of buttons and it is not shifted on the second line anymore. OPW-2079694
6bce38a
to
feaf6a6
Compare
robodoo r+ |
when forwardporting in version >= saas-12.3, adapt tests to async/await functions |
In form views, when the window size is too small, a "More" button appears and it should contain the overflow buttons. On all browsers, the "More" dropdown doesn't contain the expected amount of buttons, so it is shifted on the second line. Before this commit: - The "More" dropdown doesn't contain the expected amount of buttons, so it is shifted on the second line. After this commit: - The "More" dropdown contains the expected amount of buttons and it is not shifted on the second line anymore. OPW-2079694 closes #38853 Signed-off-by: Lucas Perais (lpe) <lpe@odoo.com>
Merged at 3a5886d, thanks! |
This pull request has forward-port PRs awaiting action (not merged or closed): #39380 |
2 similar comments
This pull request has forward-port PRs awaiting action (not merged or closed): #39380 |
This pull request has forward-port PRs awaiting action (not merged or closed): #39380 |
This pull request has forward-port PRs awaiting action (not merged or closed): #39635 |
In form views, when the window size is too small, a "More" button
appears and it should contain the overflow buttons.
On all browsers, the "More" dropdown doesn't contain the expected
amount of buttons, so it is shifted on the second line.
Before this commit:
After this commit:
OPW-2079694
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr