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?

Parents
  • 71886
    Offline posted

    Hi Arshad,

    I tried this and it worked fine for me, so I attached my test sample project to this post. Please review it and see how it turns out for you.

    Please let me know what is the browser that you are using and what is the exact version of the our IgniteUI product installed on your machine.

    Can you also share a page that reproduces the described issue?

    I will be waiting for your feedback.

Reply Children