Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
colour picker showing on load
posted

Hi,

The problem that I have is that 2 colour picker boxes show up on the corner of my page.

Even when I click the buttons for font colour or text highlight colour, the colour pickers show on the bottom corner of page again.

I am using the igHtmlEditor in Typescript (javascript), like so:

$('#divEditor').igHtmlEditor({ height: 500 });
$('#divEditor').igHtmlEditor("option", "width", "100%");
$('#divEditor').igHtmlEditor('setContent', this.message, 'html');

and my html is:

<div id="divEditor"></div>

What can I do to fix this?