Closed
Description
This issue is automatically created based on existing pull request: #28963: Remove unneccessary overflowed
class from minicart sidebar widget
Summary (*)
Magento 2.4-develop
After investigating minibasket sidebar widget I've noticed isOverflowed
function that applies overflowed
class to one of minibasket elements.
Searching further, it seems that the class or even the word overflowed
in any case is not used anywhere in magento2 repository.
As I'm seeking any performance improvements for my personal Magento 2 project I thought it will be worth to submit the changes.
Examples (*)
Can't think of any real testing scenarios. All I've done is I've kept adding products to basket to see if it changes at all the look and behaviour of minibasket
Proposed solution
Questions or comments
- Do I check the checklist below now, later, or wait for some maintainer to check them for me?
- This may break custom themes that expect
overflowed
class. However, I believe if custom theme want's this behaviour, then it should extend the JS widget.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 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 developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.
Type
Projects
Status
Done