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

[FIX] website: fix url picker editor dropdown #97305

Closed

Conversation

bvr-odoo
Copy link
Contributor

@bvr-odoo bvr-odoo commented Aug 2, 2022

This commit fixes 2 issues with the position of the dropdown with the
suggested links in the url picker input of the snippet options. (e.g.
redirect url input of the countdown snippet).

1- Before this commit the dropdown went over the input while editing the
url.

2- Before this commit the position of the dropdown (when above the
input) was a little too low if there were images in the dropdown. It was
because the images are loaded after the positioning of the dropdown and
no height was defined for these images.

task-2900529

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

@robodoo
Copy link
Contributor

robodoo commented Aug 2, 2022

This commit fixes 2 issues with the position of the dropdown with the
suggested links in the url picker input of the snippet options. (e.g.
redirect url input of the countdown snippet).

1- Before this commit the dropdown went over the input while editing the
url.

2- Before this commit the position of the dropdown (when above the
input) was a little too low if there were images in the dropdown. It was
because the images are loaded after the positioning of the dropdown and
no height was defined for these images.

task-2900529
@bvr-odoo bvr-odoo force-pushed the 14.0-fix-url-picker-dropdown-bvr branch from 4986de3 to 55f6714 Compare August 2, 2022 09:59
@C3POdoo C3POdoo added the RD research & development, internal work label Aug 2, 2022
@bvr-odoo bvr-odoo marked this pull request as ready for review August 25, 2022 08:57
@C3POdoo C3POdoo requested a review from a team August 25, 2022 09:00
@qsm-odoo
Copy link
Contributor

Note for forward-port: #97285 -> to solve the conflict

Copy link
Contributor

@qsm-odoo qsm-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robodoo pushed a commit that referenced this pull request Sep 29, 2022
This commit fixes 2 issues with the position of the dropdown with the
suggested links in the url picker input of the snippet options. (e.g.
redirect url input of the countdown snippet).

1- Before this commit the dropdown went over the input while editing the
url.

2- Before this commit the position of the dropdown (when above the
input) was a little too low if there were images in the dropdown. It was
because the images are loaded after the positioning of the dropdown and
no height was defined for these images.

task-2900529

closes #97305

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
@robodoo robodoo temporarily deployed to merge September 29, 2022 16:36 Inactive
@robodoo robodoo closed this Sep 29, 2022
@qsm-odoo qsm-odoo deleted the 14.0-fix-url-picker-dropdown-bvr branch September 29, 2022 21:38
@fw-bot
Copy link
Contributor

fw-bot commented Oct 3, 2022

@bvr-odoo @qsm-odoo this pull request has forward-port PRs awaiting action (not merged or closed):
#101815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants