While tryping in webuilder in hebrew fonts, webuilder supports the display of the fonts great, on some occasions, on other - the words are displayed in reverse order.
this was checked on version 9.5.0.104.
The issue:
Whenever hebrew text is inserted in plain editor without any tags or comments integrating it, it's displayed from left to right word by word.
this means that if my sentence is "hello world nice to meet you" - what gets displayed is: "you meet to nice world hello".
However, and the solution is already here, whenever the same text is inserted in a comment or a php echo - it displays correct.
This can be seen in this image:

While some of the hebrew is displayed correctly on comments and in php echos, as shown above -
double clicking or selecting a word actually sellects the first word as if the sentence was not rendered in reverse
This can be seen in this image:

It seems like there's already a method there for displaying hebrew and RTL text correctly, what is missing is this affect on the whole text and not only in text which is commented or echoed, and a solution to the select effects, which actally selects in reverse even though the text is displayed correctly.
Fixing these will make webuilder a great RTL text editor,
can this issue be solved please?