Hi,
Very randomly, question marks appear between the entered text in my RTE.
Some examples
We are 100% sure that those question marks were NOT entered by the user.
I could not fully simulate the issue, at least not with double questionmarks.
What I could simulate is text with some single questionmarks between the text.
The question marks seem to come from below highlighted HTML code in bold.
<p>qsfqsdf</p>
<p>qs</p>
<p>fqs</p>
<p>fqsd</p>
<p>f</p>
<p><br></p>
<ul>
<li>qsd<span
class="e-editor-select-start"></span></li><li>f</li><li>qsdf</li><li>qsdf</li><li>qs</li><li>f</li><li>qsdf</li><li><span
class="e-editor-select-end"></span></li></ul><p><br></p><p>sdfsd</p><p><br></p><p>Met
beste groet,</p><p>Frederik
Gysel</p><p><br></p><p><br></p><p><span
style="color:grey;
font-size:7px;">|LbxGDj|_9weK24GUykXJUd1GhSwwvw%3d%3d_GbBJCZOd%2fZAL3mBjv5r0HA%3d%3d</span></p>
Which gives below result with questin marks between the text.
Not 100% sure but it seems to happen when ordered lists are used.
Any idea what could cause those 'e-editor-select-start' and 'e-editor-select-end' classes in the html code, resulting in question marks in the text?
PS: I am using v21.2.10
Thx
Frederik
it looks like when selecting text and pressing the bulleted list button, the conversion to bulleted list is sometimes not applied.
After pressing the bulleted button for a 2nd time, the bulleted list is created but with the 'e-editor-select-start' and 'e-editor-select-end' classes remaining in the html code.
Rgds
Frederik
Hi Frederik Gysel,
We have validated your reported query on 21.2.10 package version, but unfortunately, we were unable to replicate your problem at our end. Please see the following sample and attached video for your reference.
Sample : https://stackblitz.com/edit/4yxucj-aeawfu?file=package.json,index.html,index.ts
Could you please share the following information to replicate your problem at our end?
Regards,
Vinothkumar
Hi,
Here is a video reproducing the issue:
https://drive.google.com/file/d/1h6xgZx7ZoDvGJbLjguHnlfxdH_nU8qEs/view?usp=sharing
In the video I am using this stackblitz project:
https://stackblitz.com/edit/js-vxafxt?file=index.js
Thx
Frederik