You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: