Open Nuranto opened 1 year ago
Hi @Nuranto. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
@magento give me 2.4-develop instance
@magento give me 2.4-develop instance
Hi @engcom-Dash. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-Dash, here is your Magento Instance: https://51c064c8947f29336949f176a459757d.instances.magento-community.engineering Admin access: https://51c064c8947f29336949f176a459757d.instances.magento-community.engineering/admin_b13e Login: 6997b447 Password: 7c7fe8bbf3de
Hi @Nuranto ,
We are trying to reproduce the issue in 2.4-develop instance,We are not able to reproduce the issue.
Description: Ui-select wrong behaviour Prerequisite: Magento version 2.4-develop instance PHP Version 8.1 Actual Result: The results are shown, with intermediate results and duplicate Expected Result: The results are shown, without intermediate results Steps to Reproduce: 1.Open Pagebuilder in any CMS content 2.Add a button 3.Press configure icon on that button 4.Set "Button Link" to Product 5.Search for a product.
Screenshots for your reference:
We are getting expected result as The results are shown, without intermediate results.Kindly Provide more information if the issue is still reproducible.
Let us know if we missing anything
Regards,
Hi @engcom-Dash,
Yes, as I said it could be tricky to reproduce the issue. (On my production environment it happens almost all the time, but on a fresh install with small amount of data it was indeed difficult to reproduce)
You can try to play with the speed of typing. You could also try to add throttling simulation to your browser (Network tab of Chrome dev tools).
:heavy_check_mark: Issue confirmed
Issue got reproduced in 2.4-develop branch.
Description: When product is searched in the button field setting then, it is showing duplicate result.
Pre-requisite:
Fresh magento 2.4-develop
should be installed.
Steps to reproduce:
Expected result: It should show correct result while searching a product. Actual result: It is showing correct as well as duplicate result.
Screenshots:
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-8108 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-Lima. Thank you for verifying the issue.
Issue Available: @engcom-Lima, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
:x: You don't have permission to export this issue.
Preconditions and environment
Steps to reproduce
Expected result
The results are shown, without intermediate results
Actual result
The results are shown, with intermediate results and duplicate
Additional information
It is not 100% reproductible. I guess it depends on how many XHR requests are sent, and how long they last, so you might have to play a bit with it to reproduce.
Solution is probably to cancel active XHR when a new XHR is sent. See
vendor/magento/module-ui/view/base/web/js/form/element/ui-select.js::processRequest()
Release note
No response
Triage and priority