Closed
Description
Preconditions
- Open and login to Magento 2 (2.1.2) Backend with Internet Explorer 10 on Windows 7
- Edge-Mode has to be activated
Steps to reproduce
- Open Magento Backend
- Click on "Products" in the left Sidenavigation and click on "Catalog" on the flyout
- Select a product with related articles and click on "Edit"
- Click on the row "Related Products, Up-Sells, and Cross-Sells"
- Order the related products (avoid that the IDs are ordered chronological like 1,2,3,4; it should be like 3,1,2,4) and "save and close"
- Open the edited product again and click on the row "Related Products, Up-Sells, and Cross-Sells" again
Expected result
- The related products should be listed like ordered in the 5th step (3,1,2,4)
Actual result
- The products are ordered based on the ID (1,2,3,4) and when you move one product some lazy loading script error appears and the products are ordered again like in step 5 (3,1,2,4)
Also the loading time and the time after moving a product to another order position is very very long.