AEM 6.3.1.2 Touch UI OOTB RTE enable specialchars gives js errors
Hi,
I am getting js errors when enabling special chars in Touch UI RTE, getting same results using the package from helpx below
Configuring Experience Manager Rich Text Editor Plugins in a Touch UI Component Dialog
Looks like there needs to be popovers config for specialchars which is required under ui settings and is missing hence the error.
Below are the js errors
1) /libs/clientlibs/granite/richtext/js/rte/ui/dialogs/AbstractBaseDialog.js
this._command = config.parameters.command; // the config param doesnt seem to have the commands commented this line to proceed
2) /libs/clientlibs/granite/richtext/js/rte/ui/PopoverManager.js
//$trigger. is undefined so specified some static values for below in the js now shows up the special char pop up and it works.
triggerOffs = $trigger.offset();
triggerCenter = ($trigger.width() / 2);
target: $trigger[0]
Do we know sample popovers config for special chars, or if this bug is fixed with some later releases.
currently using AEM6.3 with SP1 and CF
Thanks