Announcement

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

    Javascript Exception during setHeight of a SerctionStack

    Smart GWT 4.1p v9.1p_2014-07-23
    Internet Explorer 11


    Hi

    In my application I like to set the height of a SectionStack.

    This doesn't work, you can see the Exception in the attachment (Object doesn support property or method "$ms").

    Any ideas?

    It works correctly with Firefox.

    Thanks
    Hans
    Attached Files

    #2
    We see no issue with setting the height of SectionStacks in IE11 in general - we'll need a way to reproduce this issue.

    Comment


      #3
      setHeight takes an int but the error looks like a double was passed?
      If you're using a string value make sure it can translate to an int, or is a percentage with a % symbol

      Comment

      Working...
      X