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] Search Panel Not Visible on Small Screen Sizes #385

Open
sersanchus opened this issue Oct 31, 2024 · 0 comments
Open

[17.0] Search Panel Not Visible on Small Screen Sizes #385

sersanchus opened this issue Oct 31, 2024 · 0 comments
Labels

Comments

@sersanchus
Copy link

Module

base_geoengine

Describe the bug

In version 17.0, the search panel fails to appear when the window width is reduced beyond a certain point. When the screen width becomes narrow, the search icon (magnifying glass) should appear as a responsive element to allow users to access the search functionality on smaller screens. However, this icon does not show up, making it impossible to access the search panel in narrow views.

Suspected cause

This issue is likely due to missing code in the controller’s template. It seems that a portion of code responsible for handling the search icon visibility and responsiveness might be absent or improperly configured. Adding this code segment could restore the expected behavior, allowing the search panel icon to display on reduced screen sizes.

<t t-set-slot="control-panel-navigation-additional">
  <t t-component="searchBarToggler.component" t-props="searchBarToggler.props"/>
</t>
@sersanchus sersanchus added the bug label Oct 31, 2024
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