row display problem with dhx_terrace_skin on IE10

Hi,

I have a strange issue with the Scheduler on Internet Explorer 10.
Every row hour there’s a pixel added at the bottom of the line.

It only happens with the dhx_terrace skin.

On the other web browser there’s the same behaviour when I load Twitter Bootstrap.
But I achieved to fix it with :

div[class^='dhx_'], div[class*='dhx_']{ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box; }

Strangely, this problem happens on Internet Explorer 10 even when Bootstrap is not loaded.
Have you ever experienced something like this ?
Do you have a fix for Internet Explorer?

We know about issue with Bootstrap. Bootstrap has css rules which affect sizes of all element on the page including elements inside of scheduler, which causes the above issue. For now, adding the scheduler-specific css rule (as you have did ) is the only solution. Most probably we will include similar rule in next version of scheduler by default.

In case of IE - please be sure that you are using IE in standard mode, as quirks mode is not supported.