Closed
Description
The "Shop By" button becomes disabled once any additional filters are pointless (they would yield the same one product or no products at all). It works like that on category pages (e.g. "women/tops-women/jackets-women.html"), but it's broken on the search page.
The technical cause is the disabling overlay being positioned below the search results / products on the search page, which is way off the button which is positioned above the search results.
In category pages, the overlay (along with the filtering details) is positioned above the search results.
Preconditions
- Magento CE 2.2.2 with sample data is installed by Composer.
Steps to reproduce
- click on the "Search" icon and search for "jacket";
- resize the window to a mobile size;
- click on "Shop By" and choose a filter with one product (e.g. "Category -> Gear");
Expected result
- The button "Shop By" should become disabled.
Actual result
- The button "Shop By" is still enabled.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 release