When I select Font color or Highlight color popover I always see just half of it how you can see in image. There is no scroll bar and mouse scrolling moves with page and not with popover. I tried Chrome and IE. This is something in Ignite UI or I did something wrong?
Hello Jan,
Thank you for posting in our forum!
Could you provide additional information on your project? Is it an MVC project? If so, which version of MVC is used? Have used any custom scripts or custom styling?
Attaching a sample would be highly appreciated.
Looking forwards to your reply.
Hi, I am working on MVC project in version 5. I am using no custom style or script. Code is very simple:
@(Html.Infragistics() .HtmlEditorFor(model => model.DetailedDescription) .ID("productDetailDescription") .ShowInsertObjectToolbar(false) .Value(Model.DetailedDescription) .Render())
Hi Dimka,
I tried your project but I am receiving errors in web browser:
Could you test the sample by replacing these two references with the following ones?
<link href="http://cdn-na.infragistics.com/jquery/20132/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
<link href="http://cdn-na.infragistics.com/jquery/20132/latest/css/structure/infragistics.css" rel="stylesheet" />
Please let me know if this works for you.
Hi,
I tried it and in your solution it works properly. Can I expect this change as part of new release or I have to change it manually in my solution? I am using probably different style (not flat) so when I copy your css files I still see wrong appearance.
Thank you.
Thank you for your reply.
I have attached a sample with the igHtmlEditor. The flat styles are displayed here.
If you still encounter any issues with the styles please provide me sample in order to investigate this further.
Looking forwards to hearing from you.
Do you need any further assistance? If so, feel free to contact me again.