Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    calendar icon has wrong position in IE browsers

    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:

    Code:
    table colgroup { display: table-row; }
    table colgroup col { display: table-cell; }
    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
    Attached Files

    #2
    Thanks for the notification - this has been assigned to a developer for investigation. We'll let you know what we find

    Regards
    Isomorphic Software

    Comment


      #3
      We've now made a change which should address this issue.
      Please try the next nightly build (dated July 19).

      Regards
      Isomorphic Software

      Comment

      Working...
      X