Problem wisej .20(charts) -.21(HtmlPanel)

0
0

Hello,

We have a project with different components.
In the .20 version we have had problems with the charts. We have downloaded from github (by hand) the dll-charts (since the package that was installed from the visual studio nuget did not work) and we have managed to fix the problem.

Now we have updated everything to version .21, the charts would work but we have started to fail the HtmlPanel component, we use this component to display html previously extracted from a ckeditor and only shows “half” of the content, if we go down to version .20 is displayed correctly but we find again with the problem of the charts.

We always talk about uploading/downloading versions from the visual studio nuget package.

Could you check it?
Thank you.

  • You must to post comments
0
0

Hi Jevaso,

Sorry for the late response.

This issue is fixed with Wisej 2.5.23.

Best,
Alaa

  • You must to post comments
0
0

Hi Jevaso,

There’s an easy workaround for the HtmlPanel for .21.

You can wrap the HTML in a <div style=”overflow:hidden”> </div> .

The issue is that with some certain HTML elements have implicit margins, like the <h1> tag, for example, that is transferred to the containing div unless the div has overflow:hidden or any padding or any border.

It’s a bug that’s found in almost all browsers.

HTH,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.