Announcement

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

    SelectItem strange behavior

    I have a SelectItem, which has a strange behavior with IE8.
    I commented the line: <inherits name='com.google.gwt.user.theme.standard.Standard'/>, but still the same.

    I'm using SmartGWT 2.2 and GWT 2.0.3

    See the attached image.

    Thanks

    Note: Sorry for my English.
    Attached Files

    #2
    IE8 strict mode is not fully supported.

    Add
    Code:
    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    to your host html file.

    Comment


      #3
      thanks svjard, have a good day !!

      Comment

      Working...
      X