-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Media gallery loaded twice #23621
Media gallery loaded twice #23621
Conversation
Hi @sidolov. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @orlangur, thank you for the review.
|
Hi @sidolov ! During testing, i faced an issue. Problem: after re-opening "Insert/Edit image" tab the page darkens and is blocked(GIF attached). Manual testing scenario:
Actual Result: Could you take a look? |
@magento give me 2.3-develop instance |
Hi @sidolov. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @sidolov, here is your Magento instance. |
@engcom-Alfa , I found the cause of the issue, it should be fixed now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but please squash changes
Hi @sivaschenko, thank you for the review.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sivaschenko @sidolov can we get this squashed without retesting please?
51cdbec
to
76619e1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Magento\FunctionalTestingFramework.functional\PageBuilderWithWYSIWYG.SlideItemDeleteImage
is failing on this PR
@magento run all tests |
Hi @sidolov, thank you for your contribution! |
Description (*)
Fixed Issues (if relevant)
magento/adobe-stock-integration#84
Manual testing scenarios (*)
New page
buttonInsert\Edit image
button, located on the editorBrowse
buttonExpected result:
Content loaded. (in the browser dev tools we can see one request)
Actual result:
Content loaded. (in the browser dev tools we can see two requests)
Browse
button one more timeExpected result:
Content loaded without any request because it was loaded before.
Actual result:
Content loaded. (in the browser dev tools we can see two requests)
Questions or comments
Contribution checklist (*)