Question
Cognizant
GB
Last activity: 26 Sep 2018 6:01 EDT
Rich Text Editor Post Value
We have a rich text editor field in a section with post value action (on-change). After that we have a drop-down field, when the user is entering a value in the rich text editor and then moving to the next field (drop-down) without clicking outside, cursor is automatically moving out of that field and they are not able to select the value. The issue doesn't happens
1> If they click outside after enter the data in rick text editor and then click on the drop-down it's working.
2> If we change the control from rich text editor to text area.
3> If we remove the post value from rich text editor
It looks like the post value (AJAX call) for rich text editor is taking some time when we are actually changing the value in a rich text editor.
Could you please let us know if you have seen the similar issue/behaviour and any fix that could solve this problem ? PFA the section configuration details.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
Where does the actual focus move to in the non-working case?
Cognizant
GB
It comes out of the field and doesn't go to any specific field.
-
Vachan Chauhan
Pegasystems Inc.
US
Are you getting any errors in console/PEGARules log when there is a Post Value?
Cognizant
GB
No, I have not seen any exception in pega rules or in console.
-
Terence Yuen
Pegasystems Inc.
US
As my colleague sahvu1 has already reproduced the same issue, maybe you can raise an SR for further debugging.
Pegasystems Inc.
IN
Do you see the issue in all the browsers? Also let us know the version of Pega used.
Thanks!
Cognizant
GB
This issue doesn't happens in Google Chrome but happening in IE. I am using PEGA 7.1.9 version.
Pegasystems Inc.
IN
Hi Sana,
I am able to see this behaviour internally as you mentioned in IE ,its not retaining the dropdown popup while in chrome it retains.
Vodafone Shared Services India
IN
Post value event configured on rich text editor is reload action. Also. 'Change' event triggers when user click outside. When user click directly on dropdown from RXT, event completes and reload happens because of which populated values in dropdown disappears. The way to fix this issue is to remove action set and handle it differently if possible.