Query: Audio and Video browse buttons not working in the RichTextEditor
Feedback:
We have included the fix for the issue "Audio and Video browse buttons not working in the RichTextEditor" with our package version 28.2.11. So, can you please upgrade your package to the latest to resolve the issue from your end?
Root Cause:
The root cause of this issue lies in the dialogOpened method. When the Target attribute is used in RichTextEditorDialgueSetting, the method attempts to retrieve the dialog element using parent.element. However, when the Target attribute is set, the dialog is no longer a direct child of the parent element. This results in the method failing to retrieve the dialog element, causing the browse button to not open the file browser when clicked.