Hi
We found issue with RelativeDateItem. After changing to HTML5 doctype (as recommended http://forums.smartclient.com/showthread.php?p=105566#post105566) calendar icon has wrong position in IE browsers when calculated date field is set to be not shown.
In IE10 it is possible to fix it by using these two CSS rules:
Unfortunately it’s not working for IE8 (in IE10, with IE9 settings in developer tools, issue is present as well). FF22 and Chrome28 are ok.
We reproduced this issue in the showcase from library LGPL 3.1p 16.07.2013 in class FormVariousControlsSample.
Please, let us know if you can fix it.
Thanks
We found issue with RelativeDateItem. After changing to HTML5 doctype (as recommended http://forums.smartclient.com/showthread.php?p=105566#post105566) calendar icon has wrong position in IE browsers when calculated date field is set to be not shown.
In IE10 it is possible to fix it by using these two CSS rules:
Code:
table colgroup { display: table-row; } table colgroup col { display: table-cell; }
We reproduced this issue in the showcase from library LGPL 3.1p 16.07.2013 in class FormVariousControlsSample.
Please, let us know if you can fix it.
Thanks
Comment