Actions
BUG #3880
open[SQA] Mobile Filter Dropdown Button Missing and Filter Panel Always Visible
Start date:
12/10/2025
Due date:
% Done:
100%
Estimated time:
Description
On mobile view, the filter dropdown button (as shown in the Figma design) is missing.
Instead of displaying a collapsible filter UI, the entire filter section is shown immediately on page load.
The filter does not open as a slide-up or overlay panel when tapped, causing a mismatch between the expected mobile UX and the current implementation.
This results in an incorrect layout and does not follow the mobile design behavior defined in Figma.
Screens: Mobile (≤375px)
Tested By: Tasfia Zaima
Steps to Reproduce¶
- Open the PQS Japan staging website on a mobile device or via responsive mode.
- Navigate to any page containing the Filter Box (e.g., homepage or listing pages).
- Observe that the filter section is fully expanded by default.
- Look for the Filter dropdown button (expected in the Figma design).
- Tap the filter section and observe that no overlay or slide-up panel appears.
Expected Result¶
- A Filter dropdown button should appear on mobile.
- Tapping it should open the search filter panel as a slide-up or overlay (per Figma design).
- The filter box should remain hidden until the user triggers it.
Actual Result¶
- No filter dropdown button is displayed.
- The filter section is fully visible by default.
- No overlay/slide-up behavior is triggered.
Attachments¶
Module / Section¶
Home Page / Mobile Filter Box
Root Cause:¶
missing filter button
Impacted Area:¶
filter
Actions