Empty cell created in multiselect with Auto spell check on in RTE
Empty cell is getting created in multi select control when spell check is enabled. Please check attached attachment for detailed steps to reproduce and issue screen shot.
steps to reproduce :
- Create simple flow with single Flow action and Section
- Include Multiselect control and Rich Text editor( RTE)
- Configure multiselect control. Ex: display all case attachments
- Enable spell check for RTE
- Created non-auto generated section
- Include below script in non-auto generated section
<script type="text/javascript">
$(document).ready(function() {
CKEDITOR.on( 'instanceReady', function( evt ) {
var editor = evt.editor;
editor.document.$.body.setAttribute('spellcheck',true);
});
});
</script>
Empty cell is getting created in multi select control when spell check is enabled. Please check attached attachment for detailed steps to reproduce and issue screen shot.
steps to reproduce :
- Create simple flow with single Flow action and Section
- Include Multiselect control and Rich Text editor( RTE)
- Configure multiselect control. Ex: display all case attachments
- Enable spell check for RTE
- Created non-auto generated section
- Include below script in non-auto generated section
<script type="text/javascript">
$(document).ready(function() {
CKEDITOR.on( 'instanceReady', function( evt ) {
var editor = evt.editor;
editor.document.$.body.setAttribute('spellcheck',true);
});
});
</script>
- Include non-auto generated section in main section, referred in Flow Action.
- Run the flow and at run time in RTE enter some text. Wrong spelling words will be highlighted with red color line.
- Mouse over on red highlighted lines. System gives spell check suggestions.
- Observe multiselect control empty box is created in multi select. This is correct User experience.
- This behavior seen only when multi select control is present in section.
followed instructions in below link still exist.
Auto Spell Check Feature | Support Center (pega.com)
issue screen shot:
***Edited by Moderator Marije to add Support Case Details***