Announcement

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

    Internet Explorer ButtonItem's not fully displaying text


    Did a recent Smart GWT upgrade to rid of the issue with button hover in Google Chrome, as a result we are now getting an issue in Internet Explorer with the button default size not being large enough for the text within.

    Code:
    VLayout layout = new VLayout();
    DynamicForm form = new DynamicForm();
    layout.addMember(form);
    ButtonItem iconButton = new ButtonItem();
    iconButton.setTitle("Test Button");
    form.setItems(iconButton);
    layout.draw();
    GWT Version : 2.7.0
    SmartGWT Version : 5.1p
    SmartGWT Build Date : 05/10/2017 10:29
    Internet Explorer 11 11.608.15063.0
    Attached Files
    Last edited by LukeGarrigan; 12 Oct 2017, 03:23.

    #2
    Please update to the latest - there was a brief regression here that was introduced while trying to work around Chrome's new bugs, but it has already been corrected.

    Comment


      #3
      Isomorphic The problem still persists with the latest build:
      GWT Version : 2.7.0
      SmartGWT Version : 5.1p
      SmartGWT Build Date : 12/10/2017 11:12

      Comment


        #4
        Any update on this issue Isomorphic?

        Comment


          #5
          Yes, we see the issue and a fix is underway - we'll update here when it's made available.

          Comment


            #6
            Note that we added a fix yesterday that should address this for you - please retest with today's build, or any dated October 25 or later.

            Comment

            Working...
            X