Closed
Description
Preconditions
- Magento version 2.1.1
- file \lib\web\mage\calendar.js
Steps to reproduce
- set options to widget 'numberOfMonths'=> array(1,3),
- set options on widget to any non-default values for 'numberOfMonths'
Expected result
- jQuery UI DatePicker Widget with a list of months
Actual result
- the first month is normal - the remaining corrupted
- month header repeat
- next month days not show
change:
add line 248: "calender = '';
reinit loop values
line 277: for (dow=0;...
line 295: for (dRow=0;...
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.1 release lineThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 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 releaseThe issue has been reproduced on latest 2.3 release