Closed
Description
Preconditions
- Magento 2.1.10
Steps to reproduce
- Go to Stores -> Configuration -> Sales -> Sales under Gift Options and set both Allow Gift Messages to YES
- Put something in cart and go to checkout or cart page
Expected result
- Two forms for gift messages having fields with unique ids
Actual result
- Two forms for gift messages having fields with non unique ids
[DOM] Found 2 elements with non-unique id #gift-message-whole-from: (More info: https://goo.gl/9p2vKq) <input type="text" id="gift-message-whole-from" class="input-text" data-bind="value: getObservable('sender')"> <input type="text" id="gift-message-whole-from" class="input-text" data-bind="value: getObservable('sender')">
[DOM] Found 2 elements with non-unique id #gift-message-whole-to: (More info: https://goo.gl/9p2vKq) <input type="text" id="gift-message-whole-to" class="input-text" data-bind="value: getObservable('recipient')"> <input type="text" id="gift-message-whole-to" class="input-text" data-bind="value: getObservable('recipient')">
Non unique ids alert appears too in checkout payment choice:
[DOM] Found 2 elements with non-unique id #billing-new-address-form: (More info: https://goo.gl/9p2vKq) <fieldset id="billing-new-address-form" class="fieldset address">…</fieldset> <fieldset id="billing-new-address-form" class="fieldset address">…</fieldset>
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.2 releaseThe issue has been reproduced on latest 2.3 release