Problem to integrate RichTextEditor

Hi,

We try to integrate to a simple html page (http://fr55.buzzee.fr/richTextEditor/Tools.html ) the RichTextEditor component.

We have a display problem.

When you arrive on the page(http://fr55.buzzee.fr/richTextEditor/Tools.html ), the bar is deformed, all the buttons are much too tall. When you go down the page, the bar returns to the correct size. if we go back to the top it takes the wrong size again.


Regards






1 Reply 1 reply marked as answer

BS Buvana Sathasivam Syncfusion Team January 21, 2022 12:16 PM UTC

Hi Gilles, 
We suspect you did not properly specify the HTML doctype declaration at the beginning of the HTML page. Could you try providing the HTML doctype declaration? 
  
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>

<body>
</body>

</html> 
 
 
Please let us know if the above solution resolved your issue. 
 
Regards, 
Buvana S 


Marked as answer
Loader.
Up arrow icon