-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CatalogFixed in 2.1.xThe issue has been fixed in 2.1 release lineThe issue has been fixed in 2.1 release lineIssue: Cannot ReproduceCannot reproduce the issue on the latest `2.4-develop` branchCannot reproduce the issue on the latest `2.4-develop` branchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedbug report
Description
Wrong evaluating check of position param (Position at which item should be inserted.)
let hang Checkout Page
Preconditions
- Centos 6.7 Final
- Plesk 12.5 (Apache 2.2.15)
- Magento 2.1.7
- PHP 5.6
- Existing set of configurable products and linked simple products
Steps to reproduce
- Put in cart at least one simple product from a configurable product page
- Go to checkout page
Expected result
- Checkout page displays steps to complete payment.
Actual result
- After waiting a bit, the body of the page rests blank
- in console appears a javascript error: element position is null
Fixed Issues (if relevant)
lib/web/mage/utils/arrays.js
Line 105
from
if (typeof position === 'undefined') {
to
if (typeof position === 'undefined' || position == null) {
Manual testing scenarios
May happens while buying simple products of configurable products
Metadata
Metadata
Assignees
Labels
Component: CatalogFixed in 2.1.xThe issue has been fixed in 2.1 release lineThe issue has been fixed in 2.1 release lineIssue: Cannot ReproduceCannot reproduce the issue on the latest `2.4-develop` branchCannot reproduce the issue on the latest `2.4-develop` branchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedbug report