Open thomas-kl1 opened 4 months ago
Hi @thomas-kl1. 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.
Hi @engcom-Hotel. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hello @thomas-kl1,
Thanks for the report and collaboration!
We can reproduce the issue mentioned here in the main description with the 2.4-develop branch, confirming the issue. For reference, we are attaching the module which helps us in issue reproduction:
Thanks
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-12336 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-Hotel. Thank you for verifying the issue.
Issue Available: @engcom-Hotel, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
Hello @engcom-Hotel
Thanks for confirming this issue. Could you share the ETA (if available) else are you able to tell the severity of this issue? Is any quality patch being implemented?
Hello @thomas-kl1,
As I can see, this issue has been triaged as P2, so the internal team will address issues based on their priority.
However, if you are interested, you can also create a community PR with the fix for this issue. We will move forward with that PR accordingly.
Thanks
Adobe support provided a fix I share here:
diff --git a/vendor/magento/module-ui/view/base/web/js/lib/view/utils/dom-observer.js b/vendor/magento/module-ui/view/base/web/js/lib/view/utils/dom-observer.js
index bcb8e97f98669..ea13611dfe92a 100644
--- a/vendor/magento/module-ui/view/base/web/js/lib/view/utils/dom-observer.js
+++ b/vendor/magento/module-ui/view/base/web/js/lib/view/utils/dom-observer.js
@@ -149,7 +149,7 @@ define([
_.each(watchers.selectors, function (listeners, selector) {
for (let data of listeners) {
if (!data.ctx.contains(node) || !$(node, data.ctx).is(selector)) {
- break;
+ continue;
}
if (data.type === 'add') {
Preconditions and environment
Add a design_config_form.xml adminhtml ui component with the following:
Now add a config.xml file in the etc folder of your module (workaround from https://github.com/magento/magento2/issues/38733):
Now you need the di.xml:
Steps to reproduce
Expected result
You can see 3 rows with filled wysiwyg from the default value of config.xml Wysiwyg in rows are always filled and correctly initialized.
Actual result
Rows should be initialized and filled correctly.
Additional information
No response
Release note
No response
Triage and priority