Actions
BUG #3875
open[SQA] "By Keyword" Dropdown Not Opening & Search Icon Missing Hover Interaction
Start date:
12/10/2025
Due date:
% Done:
100%
Estimated time:
Description
The “By Keyword” dropdown in the header search bar is currently non-functional.
Clicking the dropdown does not expand or display any filter options.
Additionally, the search icon has no hover interaction, making it unclear to users that it is clickable and interactive.
Screens: Desktop (≥768px), Tablet (425px–768px), Mobile (≤375px)
Tested By: Tasfia Zaima
Steps to Reproduce¶
- Open the PQS Japan staging website.
- Navigate to any page containing the search bar in the header.
- Click on the “By Keyword” dropdown.
- Observe that no options expand or display.
- Hover over the search icon.
- Notice that there is no hover feedback or indication of interactivity.
Expected Result¶
- The “By Keyword” dropdown should expand and show available filter options when clicked.
- The search icon should include a visible hover state to indicate it is clickable.
Actual Result¶
- The dropdown does nothing when clicked.
- The search icon has no hover state, making the UI interaction unclear.
Attachments¶
Module / Section¶
Header → Search Bar
Root Cause:¶
lack of select element
Impacted Area:¶
search by dropdown
Actions