Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial loading of the related-products sorting fails in Edge-Mode #8392

Closed
Abezethibou opened this issue Feb 2, 2017 · 2 comments
Closed
Labels
bug report Component: Catalog Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@Abezethibou
Copy link

Preconditions

  1. Open and login to Magento 2 (2.1.2) Backend with Internet Explorer 10 on Windows 7
  2. Edge-Mode has to be activated

Steps to reproduce

  1. Open Magento Backend
  2. Click on "Products" in the left Sidenavigation and click on "Catalog" on the flyout
  3. Select a product with related articles and click on "Edit"
  4. Click on the row "Related Products, Up-Sells, and Cross-Sells"
  5. 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"
  6. Open the edited product again and click on the row "Related Products, Up-Sells, and Cross-Sells" again

Expected result

  1. The related products should be listed like ordered in the 5th step (3,1,2,4)

Actual result

  1. 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.

kirashet666 added a commit to kirashet666/magento2 that referenced this issue Feb 8, 2017
kirashet666 added a commit to kirashet666/magento2 that referenced this issue Feb 8, 2017
@okorshenko
Copy link
Contributor

okorshenko commented Feb 21, 2017

Closing this issue. Fixed in #8467 for develop branch.
@Abezethibou thank you for reporting this issue and following best practices! Description of this issue is a great example of clear preconditions, steps to reproduce and expected/actual results! Thank you!

@magento-team magento-team added 2.1.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Component: Catalog labels Jul 31, 2017
@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-64403

magento-devops-reposync-svc pushed a commit that referenced this issue Nov 5, 2023
…fix-07102023

cia-2.4.7-beta2-develop-bugfix-07102023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Catalog Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

4 participants