Announcement

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

    Menu item check mark misaligned when customized

    SmartGWT Version: SmartGWT Version: v11.0p_2016-10-23/LGPL Development Only
    Brower: IE11 (I think it happens in all browsers)

    When changing the icon field properties to center align the cells, the first menu item's check box is aligned slightly to the left of all the others.

    See screen shot. Notice that the check mark on the first menu item is slightly more to the left than the check marks on the subsequent menu items.

    See attached sample code. The issue seems to be caused by the setCellAlign call in the following block of code:

    Code:
    Menu menu = new Menu();
    ListGridField iconField = Menu.getIconFieldDefaults();
    iconField.setCellAlign(Alignment.CENTER);
    menu.setIconFieldProperties(iconField);
    Attached Files

    #2
    We see this issue and a fix is underway - we'll let you know when it will hit builds.
    Last edited by Isomorphic; 27 Oct 2016, 23:53.

    Comment


      #3
      Apologies for the delay - this fix has been applied and you can test it out in today's 6.0/11.0 builds, November 7, or a later one.
      Last edited by Isomorphic; 6 Nov 2016, 21:33.

      Comment

      Working...
      X