Closed orukusaki closed 1 month ago
@magento run all tests
@magento create issue
Hello @orukusaki,
:x: QA not Passed
We have tried reproducing the issue by following the Manual Testing Scenarios
mentioned above. But it seems for us the issue is not reproducible.
Please refer to the below custom module we have made to reproduce the issue: Magz.zip
Please let us know if we missed anything.
Thanks
Hello @orukusaki,
We are still waiting for your reply on this PR.
Thanks
Hi,
I've attached a more complete example module, which you can use to see the issue.
Prpb869-updated.zip
When you first add the new content-type, you can add images to it as child items. They save correctly, and can be viewed on the frontend site, but the page then does not load up correctly into the Pagebuilder Preview.
With the fix in place, loading the saved content works fine
thanks
@magento run all tests
Hello @orukusaki,
Thanks for the update on this PR!
:heavy_check_mark: QA Passed
Manual testing scenario:
<li>
element causes only the last item to be found, and
@magento run Functional Tests CE, Functional Tests EE, Functional Tests B2B, Performance Acceptance Tests
@magento run Functional Tests B2B
@magento run Functional Tests B2B
Description (*)
Fixes a bug whereby child content-type elements will not be found, where other types of elements also exist at the same level.
Manual testing scenarios (*)
preview.html:
It is possible to create this content type in Pagebuilder, and the correct result is rendered into the database and on the frontend. However, Pagebuilder cannot then load up the content back into the stage - the presence of the
<li>
element causes only the last item to be found, and<div class="swiper-scrollbar">
causes even that to be forgotten.This small fix corrects this, and all types of content can now be loaded into the stage correctly.
Checklist
Resolved issues: