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] website: fix url picker editor dropdown #101651

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented 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

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

Forward-Port-Of: #97305

@robodoo
Copy link
Contributor

robodoo commented Sep 29, 2022

Pull request status dashboard

@fw-bot
Copy link
Contributor Author

fw-bot commented Sep 29, 2022

This PR targets 15.0 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 Sep 29, 2022
@C3POdoo C3POdoo added the RD research & development, internal work label 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) and the one for the input
of the link editor.

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

X-original-commit: 5edc915
@qsm-odoo qsm-odoo force-pushed the 15.0-14.0-fix-url-picker-dropdown-bvr-ejZN-fw branch from eade4fb to 5d2466c Compare September 29, 2022 21:46
@fw-bot
Copy link
Contributor Author

fw-bot commented Sep 29, 2022

@bvr-odoo @qsm-odoo this PR was modified / updated and has become a normal PR. It should be merged the normal way (via @robodoo)

@C3POdoo C3POdoo requested a review from a team September 29, 2022 21:48
@qsm-odoo
Copy link
Contributor

@robodoo r+

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) and the one for the input
of the link editor.

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 #101651

X-original-commit: 5edc915
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
@robodoo robodoo temporarily deployed to merge September 29, 2022 23:53 Inactive
@robodoo robodoo closed this Sep 29, 2022
@qsm-odoo qsm-odoo deleted the 15.0-14.0-fix-url-picker-dropdown-bvr-ejZN-fw branch September 30, 2022 09:06
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

5 participants