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] web: searchpanel not fully visible #163991

Draft
wants to merge 1 commit into
base: saas-16.3
Choose a base branch
from

Conversation

ruja-odoo
Copy link
Contributor

Before this commit, the searchpanel wasn't fully visible on large screens when the Comparison feature is enabled.

Steps to reproduce:

  • CRM > Reporting > Pipeline.
  • Click on toggle button
  • Minimize the window and resize it

Observed Behavior:
This was cause the columns were given 100% width on below medium screens which activated the flex wrap only on medium screens.

Expected Behavior:

The columns of searchpanel get stacked with a scrollbar when a part of it isn't visible.

After this commit, flex wrap gets activated whenever the width of searchpanel gets larger than the space available. So now the searchpanel will be visible even if there are more columns of columns with larger width.

Task: 3866695


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Before this commit, the searchpanel wasn't fully visible on large screens when
the Comparison feature is enabled.

Steps to reproduce:

- CRM > Reporting > Pipeline.
- Click on toggle button
- Minimize the window and resize it

Observed Behavior:
This was cause the columns were given 100% width on below medium screens which
activated the flex wrap only on medium screens.

Expected Behavior:

The columns of searchpanel get stacked with a scrollbar when a part of it isn't
visible.

After this commit, flex wrap gets activated whenever the width of searchpanel
gets larger than the  space available. So now the searchpanel will be visible
even if there are more  columns of columns with larger width.

Task: 3866695
@robodoo
Copy link
Contributor

robodoo commented Apr 30, 2024

Pull request status dashboard.

@C3POdoo C3POdoo added the RD research & development, internal work label Apr 30, 2024
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

3 participants